multiple tables
multiple tables
mmontoya
Posts: 84Questions: 27Answers: 4
I have a page that will have multiple tables displayed. I would like to have each table to be on separate pages and be brought in with a php include statement. But tables will have things like select boxes on some fields.
Looking at the sample code the select boxes are done in the document.ready() function, but how would I do it I am using php include?
This discussion has been closed.
Answers
Aha...found the join syntax
http://editor.datatables.net/examples/simple/join.html