Hi

I have added some text filters to some fields and the filters are not below the colums. the filters are all in a row. when a user resizes a colum the text filters disappear.

Comments

moneyescapade’s picture

Subscribing. Same problem, I was expecting text filter to resize along with column.

razkovnik’s picture

Subscribing.

yassersamman’s picture

I checked my console and tried to debug , and I think I found where the error is generated

slickgrid.js line 439 : c.filter = eval('new ' + columns[i].filter + '("'+c.id+'")');
Uncaught SyntaxError: Unexpected identifier

and it looks like the value passed in c.id is causing the problem. the filter disappearing is the node title filter, my title label changed in the view, and the value passed to c.id is "title"

any ideas ?