Server-Side Processing - Adding Where Clausule
Server-Side Processing - Adding Where Clausule
jandante
Posts: 10Questions: 4Answers: 0
First of all => Very nice software!
I'm probably missing this in your Examples but what if i want to work with server-side processing like here: http://datatables.net/release-datatables/examples/data_sources/server_side.html
But i want to add a WHERE clausule to the query. for example: "Select all users From tblUsers where active = 1". Do I have to make changes in the Php file or can i pass this on with a variable?
Thanks in advance!
I'm probably missing this in your Examples but what if i want to work with server-side processing like here: http://datatables.net/release-datatables/examples/data_sources/server_side.html
But i want to add a WHERE clausule to the query. for example: "Select all users From tblUsers where active = 1". Do I have to make changes in the Php file or can i pass this on with a variable?
Thanks in advance!
This discussion has been closed.
Replies
Allan