Server side processing
Server side processing
iklesh
Posts: 3Questions: 0Answers: 0
I have written like this
"fnServerParams": function ( aoData ) {
aoData.push( { "name": "more_data", "value": "my_value" } );
How I can fetch these values in the server again?
"fnServerParams": function ( aoData ) {
aoData.push( { "name": "more_data", "value": "my_value" } );
How I can fetch these values in the server again?
This discussion has been closed.