You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Header Less Table' (used in the REPL) seems to be discontinued for 'Tanstack Table'.
Looking at this, layout of rows doesnt seem so different from rowStore used in 'Svelte Gantt' (https://tanstack.com/table/v8/docs/api/core/row). Maybe they are willing to include missing row properties like Y-Positions and AllParents.
Any thoughts?
The text was updated successfully, but these errors were encountered:
Primenotes
changed the title
[Suggestion] Replace table module
[Suggestion] Extend features of table (filter, group, sort, ...)
May 29, 2022
Hey, really good ideas, actually I already implemented a sorting/searching/filtering system in Svelte Gantt for one of my project.
I'll post a little demo of the functionalities tomorrow so you can tell me about any enhancements you'd think of.
For the grouping functionalities, very interesting and might be possible too but didn't do it for now !
Hey guys, wouldnt it be nice to have extend table features (e.g. group by column/filter/sorting/...)?
I found this example for grouping, to show the feature (it would be awesome to have reflections on the parent of each dynamic group):
https://svelte.dev/repl/8e810d253d4e4d86a41a6ff02729c6b6?version=3.48.0
'Header Less Table' (used in the REPL) seems to be discontinued for 'Tanstack Table'.
Looking at this, layout of rows doesnt seem so different from rowStore used in 'Svelte Gantt' (https://tanstack.com/table/v8/docs/api/core/row). Maybe they are willing to include missing row properties like Y-Positions and AllParents.
Any thoughts?
The text was updated successfully, but these errors were encountered: