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
Is your feature request related to a problem? Please describe.
In tanstack table, the table option enableSortingRemoval can be set to false, to ensure that the table is always sorted according to a column. In our application, we have a need for this feature.. Unfortunately, eds does not forward this option to tanstack table.
Describe the solution you'd like
enableSortingRemoval gets forwarded to tanstack table.
Describe alternatives you've considered
Adding a prop optionsOverride: TableOptions<T> which exposes all table options, and allows users to additionally override eds default options.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In tanstack table, the table option
enableSortingRemoval
can be set to false, to ensure that the table is always sorted according to a column. In our application, we have a need for this feature.. Unfortunately, eds does not forward this option to tanstack table.Describe the solution you'd like
enableSortingRemoval
gets forwarded to tanstack table.Describe alternatives you've considered
Adding a prop
optionsOverride: TableOptions<T>
which exposes all table options, and allows users to additionally override eds default options.Additional context
The text was updated successfully, but these errors were encountered: