Nested records in a table

I want to implement the display of nested records ( nesting hierarchy ) in a table.

The nesting itself will be displayed simply: in the name of each nested (child) element there will be a prefix: "  --  "

So far I see only one way to do it:
1) override the getTableQuery method in ListRecords so that the query returns records in the correct order, taking into account nesting
2) Implement in getStateUsing for TextColumn the logic of displaying prefixes of the form: "  --  " to display nesting levels

Maybe there is something ready for this?
image.png
Was this page helpful?