sohilgupta123 / jquery-datatables-column-filter

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

Getting values from number range filters on undefined element #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a table with one column with number range filter
2. Fill in the range from and to filters
3. Watch the request parameters for that column filter value and you'll notice 
that its value is "undefined~undefined"

What version of the product are you using? On what operating system?
0.9.0

Please provide any additional information below.
This happens because input values selectors are not using the table ID:

$("#range_from_" + index)
instead of
$("#" + sTableId + "range_from_" + index)

Original issue reported on code.google.com by hugodura...@gtempaccount.com on 27 Jun 2011 at 5:28

GoogleCodeExporter commented 9 years ago
Issue 9, Issue 10 and Issue 26 are all somewhat duplicates. Issue 26 covers an 
additional problem discovered with this implementation.

Original comment by g.duerrm...@gmail.com on 1 Aug 2011 at 1:06

GoogleCodeExporter commented 9 years ago
Hi,

This is changed in the verison 1.2.3?

Thanks,
Jovan

Original comment by joc...@gmail.com on 24 Sep 2011 at 11:28