returns the input object of the filter linked to the column in question by index
index | number | the index 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 first column
var filterObject = myGrid.getFilterElement(0);