How can I filter a table once it has loaded? #3253
-
How can I set a I thought this would be straight-forward, but I couldn't work it out myself unfortunately, and I couldn't find any relevant documentation online. I tried to use
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Figured this out - didn't need to use I used Very easy 😄 |
Beta Was this translation helpful? Give feedback.
-
Would you please elaborate on your answer? I used intialState.filters as well. but it wasn't applied to my table. |
Beta Was this translation helpful? Give feedback.
Figured this out - didn't need to use
useEffect
.I used
initialState.filters
instead.Very easy 😄