How to use datatable php script for fetching data from multiple tables using join?
How to use datatable php script for fetching data from multiple tables using join?
vkg091
Posts: 1Questions: 1Answers: 0
How to use datatable php script for fetching data from multiple tables using join?
In this script : https://github.com/DataTables/DataTables/blob/master/examples/server_side/scripts/server_processing.php
we can only pass single table name and there is no option to pass join or where query.
This discussion has been closed.
Answers
https://editor.datatables.net/examples/simple/join.html
It's easy to do with editor.
See also this thread which is basically asking the same thing.
Allan