react-table v7 globalFilters not working
I am writing a CRUD app with the t3 stack and react-table that basically fetches the data with tRPC and displays it in a table. However, I am having some trouble adding a globalFilter, because whenever I try to get the globalFilter and setGlobalFilter from state, it says they do not exist in tableInstance and tableState. Does anyone have any insight?
0 Replies