I want to know, how I can add filters in GridJS to filter data from the server, I have a dropdown list of filters above the table. I want that when someone clicks on a particular filter the table should be re-rendered with the filter.
How can I implement this?