Individual Column Filter with Multiple tables
Individual Column Filter with Multiple tables
Hi Guys,
Currently I have 10 tables each has a button that calls a displayTables() function which has all of my code to display a server side table.
I want to add individual column filters using aoColumnDefs ext but all of my tables have a different number/different names for their columns.
It there a way I can use a for loop or other mechanism along with the data tables API or do I need to separate my displayTables() function into 10 separate functions to accomodate each table?
thanks lots,
Marina
Currently I have 10 tables each has a button that calls a displayTables() function which has all of my code to display a server side table.
I want to add individual column filters using aoColumnDefs ext but all of my tables have a different number/different names for their columns.
It there a way I can use a for loop or other mechanism along with the data tables API or do I need to separate my displayTables() function into 10 separate functions to accomodate each table?
thanks lots,
Marina
This discussion has been closed.