Filtering for Fixed Column not working properly
Filtering for Fixed Column not working properly
rahulcapgemi
Posts: 8Questions: 3Answers: 0
Hello All,
Thanks in Advance
I have created a page which consist fixed column . I have applied filtering on header .Seems All column filtered the value on basis of first column.
https://jsfiddle.net/55Lkgfht/90/
Please Let me if anyone have any solution
Thanks and Regards
Rahul Agrawal
This discussion has been closed.
Answers
You need to change your inputs to look like this:
<input data-thindex = 0 type='text' value='' class='filter'>
To use
thindex
as a data attribute.Updated fiddle here:
https://jsfiddle.net/1woqrxos/5/
Kevin
Thanks , Now its working fine