kalyani14591 / jquery-datatables-column-filter

Automatically exported from code.google.com/p/jquery-datatables-column-filter
0 stars 0 forks source link

Possible bug in sPlaceHolder #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open column filtering .js file
2. Check instructions for sPlaceholder vs. value script looks for
3. Notice values are not the same

It depends what version of the .js I am looking at (.9 or 1.2.1) but there 
seems a disconnect between instructions and what the code actually looks for as 
a value

Original issue reported on code.google.com by beed...@gmail.com on 6 Jul 2011 at 2:30

GoogleCodeExporter commented 9 years ago
It looks like that the name of the parameter must be "sPlaceHolder", with a 
capital "H". 

Changing from:
sPlaceholder: "head:before"

to:
sPlaceHolder: "head:before"

seems to correct the problem

Original comment by volp...@gmail.com on 9 Jul 2011 at 10:17

GoogleCodeExporter commented 9 years ago

Original comment by joc...@gmail.com on 25 Sep 2011 at 1:43