Replies: 1 comment 1 reply
-
i found a sort of solution and thats needs to be applying the intialfilter to eb set to the value you want and the id of the column
2 problems occured with this:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After i made a custom filter toggle to show and switch between true and false for showing the available status of my item in my table (wich is set true, but only on the checked property of the switch), my table as expected is showing all items at first with status true and false, how can i make possible to set the intialstate to be getting the column available (the sattus) from my table and set the intialState to be true, so it can show only the available items?
Do i need to change the layout of the table or do i need to edit my filter of filterFn? im new to tanstack table
Beta Was this translation helpful? Give feedback.
All reactions