How would I implement table row/column level grouping in Workshop?
See TanStack’s table below for my thinking and inspiration:
- https://tanstack.com/table/latest/docs/framework/react/examples/grouping
How would I implement table row/column level grouping in Workshop?
See TanStack’s table below for my thinking and inspiration:
I’ve got the same requirement, wondering if there’s been any progress on this?
If you need table grouping a custom widget is a good path forward. The Workshop object table will likely not have grouping capabilities in the near future.
For a native widget you may be interested in the pivot table.