How to get active filters on table inside list resource page widget.

I am trying to get list of active filters applied on table inside a widget. My current approach is
$this->getTablePageInstance()->getTable()->getFilters()

but this is returning all filters available. How to get only active filters?
Was this page helpful?