I have used dtable.filterByAll();
but it refilters datatable by all the specified filters but I need to refilter datatable by only one specific filter.
I would probably use the combination of getFilter() and filter() methods, though it can depend on the case specifics.