returns the input object of the filter linked to the column in question by id
id | string | the id of a column |
object | the input object of the filter linked to the column in question |
// get filter object placed in the header of the column with the "title" id
var filterObject = myGrid.getFilterElementById("title");
added in v5.2
Back to top