birendranathmaity / jquery-datatables-column-filter

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

Error if multiple tables #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. php script with tabs, one datatable in each tab with columnfilter 
2. add text in one of the footer input-filter, delete this text
3. the label of the input is not from the table i'm working with

What is the expected output? What do you see instead?
the label was the same than when i firts load the table

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

Please provide any additional information below.
- I delete "asInitVals" from your jquery.dataTables.columnFilter.js 
- In the var "input" added a new atrr: title="' + label + '"
- Instead using asInitVals[i] to restore the input label, i use the value of 
the current input (this) attr "title" (line 72)

Original issue reported on code.google.com by begona.l...@gmail.com on 29 Feb 2012 at 12:41

GoogleCodeExporter commented 9 years ago
Hi,

Could you please try it with the latest version of plugin from the site/online 
examples?

Thanks,
Jovan

Original comment by joc...@gmail.com on 29 Feb 2012 at 6:10

GoogleCodeExporter commented 9 years ago
Thank you! :D

On Wed, Feb 29, 2012 at 7:10 PM, <
jquery-datatables-column-filter@googlecode.com> wrote:

Original comment by begona.l...@gmail.com on 1 Mar 2012 at 8:18

GoogleCodeExporter commented 9 years ago

Original comment by joc...@gmail.com on 1 Mar 2012 at 3:06