server side pagination

server side pagination

rickynkansahrickynkansah Posts: 1Questions: 1Answers: 0

I see this required class from the server side script
require( 'ssp.class.php' );

echo json_encode(
SSP::simple( $_GET, $sql_details, $table, $primaryKey, $columns )
);

This cus me errors when i want to use this example

https://datatables.net/examples/data_sources/server_side.html

Please help meout

This discussion has been closed.