How to set focus on the grid header cell Customizing the fi

Hi, please am trying to set focus to header cell on the grid, how can i go about the implementation it?
Also, how can I modify the filter because I am trying to filter by "Active"status but is not working because Inactive also contain the word “active” so, it’s showing both active and inactive but I want only active ones

Hi, please am trying to set focus to header cell on the grid, how can i go about the implementation it?
You can get reference to the filter html object using mygrid.getFilterElement(COLUMN_INDEX) method and then set focus to it
>>Also, how can I modify the filter because I am trying to filter by "Active"status but is not working because Inactive also contain the word “active” so, it’s showing both active and inactive but I want only active ones
You can use #text_filter_inc or #select_filter_strict filters instead

Thanks, the filter works