How to filter table based on query params
Hi everyone, I'm having a difficult time trying to filter a table based on a
filters
query parameter and am wondering if anyone has done this before?
My thinking here is that the filters will be passed in as props to my table component and it will filter automatically. There may be instances where the table will need to be filtered by one than one filter too.
I'm not even sure if this is possible or if there is a better way to do this, any advice would be appreciated. Thanks 🙂0 Replies