Multiple tables + Individual column filtering + search on all table
Multiple tables + Individual column filtering + search on all table
Hello !
To start, I'm sorry for my english, i'm french and i start in javascript/jquery but I would like your help...
I have make a multiple tables (with the example "Multiple tables") with my SQL tables. This is good to search on each tables.
1)
But i want to make "Individual column filtering" but this don't work... i have this message : "DataTables warning: Unable to re-initialise DataTable. Please use the API to make any configuration changes required." And i don't know how modified the script.
2) morever, i would like a general search on all table on the top of the page. How ?
This is my code and tank you for your help (sorry for my english) :
[code]
var oTable;
var asInitVals = new Array();
$(document).ready(function()
{
$('.dataTable').dataTable(); // multi-table (juste cette ligne l
To start, I'm sorry for my english, i'm french and i start in javascript/jquery but I would like your help...
I have make a multiple tables (with the example "Multiple tables") with my SQL tables. This is good to search on each tables.
1)
But i want to make "Individual column filtering" but this don't work... i have this message : "DataTables warning: Unable to re-initialise DataTable. Please use the API to make any configuration changes required." And i don't know how modified the script.
2) morever, i would like a general search on all table on the top of the page. How ?
This is my code and tank you for your help (sorry for my english) :
[code]
var oTable;
var asInitVals = new Array();
$(document).ready(function()
{
$('.dataTable').dataTable(); // multi-table (juste cette ligne l
This discussion has been closed.
Replies
[code]
<!-- ******************************************************************************************************************************* -->
PARTIE 1
Cat
can you help me please ?? allan ? others ?
thank you !