getColumnLabel returns Filter

Hello dhtmlx-Team,



I have a little Problem with getColumnLabel, it returns all values from a #select_filter.

How can I check if there a filter in a HeaderCell or witch function works correct?



Thanx forwardly…



Frank Schmidt

getColumnLabel returns exact content of related header, including inline HTML
You can check built in filters by using
if (grid.getFilterElement(index)) alert(“Column “+index+” has filter”);