Active
Project:
Slickgrid
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2011 at 03:48 UTC
Updated:
9 Feb 2013 at 11:41 UTC
Jump to comment: Most recent
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
Comment #1
moneyescapade commentedSubscribing. Same problem, I was expecting text filter to resize along with column.
Comment #2
razkovnik commentedSubscribing.
Comment #3
yassersammanI 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 ?