Which version would you like? They aren't currently listed on the site - although they are accessible. I'll put up a table of older version at some point, but until then can give you the direct URL to whatever versions you want.
I'm in trouble with datatable version 1.5.4 and i would like to try with the next one like 1.5.5 or 1.5.6.
The problem i'm with is in the main function to pupulate $(#idTable).datatable("paramA","paramB",...,"paramN"); that's why i'm thinking of try another version.
If the version list is accessible from any way it will help me a lot.
Here is a link to the last release in the 1.5x series: http://datatables.net/releases/dataTables-1.5.6.zip (for 1.5.5 just change the number :-) ).
However, I doubt that will solve the problem of passing in multiple parameters to DataTables since it has never worked that way. As you can see in this an other examples - http://datatables.net/examples/basic_init/filter_only.html - you pass in an object. The properties of that object are all fully documented in the usage section of this site.
Replies
Allan
I'm in trouble with datatable version 1.5.4 and i would like to try with the next one like 1.5.5 or 1.5.6.
The problem i'm with is in the main function to pupulate $(#idTable).datatable("paramA","paramB",...,"paramN"); that's why i'm thinking of try another version.
If the version list is accessible from any way it will help me a lot.
Thanks again!
Skelet
However, I doubt that will solve the problem of passing in multiple parameters to DataTables since it has never worked that way. As you can see in this an other examples - http://datatables.net/examples/basic_init/filter_only.html - you pass in an object. The properties of that object are all fully documented in the usage section of this site.
Allan