Check if column in data table has a filter

is there a way to check if a column in a data table has a filter ?

You can make use of a getFilter() method that returns filter object for the specified column, or null if the filter does not exist.

//"year" is the column ID
$$("grid").getFilter("year");