I have multiple column filters. and I am applying filters using <TABLE_INSTANCE>.getColumn("team").setFilterValue(team) <TABLE_INSTANCE>.getColumn("user").setFilterValue(team).
But it will re-render the table 2 times. I want to render the table one time only like just set filterValues first then apply the filters
I want function/API which will first apply the filtervalue then apply the filters on table so that I avoid unwanted re-renders