velanikewal / jquery-datatables-column-filter

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

columnFilter order on multiple tables with different formats. #146

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Initialize dataTables and columnFilters on table(s) with aoColumns1.
2. Initialize more dataTables with a separate statement even without 
columnFilter.

What is the expected output? What do you see instead?

I expect it to initialize, instead I get "Uncaught exception: Invalid 
arguments" and the second set of table are not initialized.

What version of the product are you using? On what operating system?
0.9.0 on CentOS 6.

Please provide any additional information below.
Maybe I am not using dataTables correctly.  I can get around the above issue by 
doing the following:
  1.  Initialize dataTables and save to object.
  2.  Initialize more dataTables into more objects.
  3.  Initialize columnFiltering on any/all tables.
This makes me think that either I am using dataTables incorrectly, or that 
columnFiltering introduces issues that interact with further dataTable 
initialization.  I thought you might want to be aware of this.  BTW, I don't 
check my google account often, so just close this issue since I provide a 
work-around anyway.

Thanks for the great tool!

Original issue reported on code.google.com by brandon....@gmail.com on 13 Jan 2014 at 2:18

GoogleCodeExporter commented 8 years ago
It seems to me that you have used old version from the download archive. Please 
use the version 1.5.4 (you can find link on live examples).

Original comment by joc...@gmail.com on 4 Feb 2014 at 12:39