server side example
server side example
bechirmrad
Posts: 20Questions: 6Answers: 0
Hello ,
how i can use a serverside example for my datatable!
and what's the files that i can use too
This discussion has been closed.
Answers
Serverside example, with all relevant code:
https://datatables.net/examples/data_sources/server_side.html
in ssp.class.php i found this !!
and i don't know where is it the pdo.php !!
$file = $_SERVER['DOCUMENT_ROOT'].'/datatables/pdo.php';
if ( is_file( $file ) ) {
include( $file );
}
Its here (link in the comments on the example @tangerine gave).
Allan
No @allan i don't found it in the files !!!
@allan just a question !!! i can edit ssp.class.php or no ? it's default