Custom json ouput parameter
Custom json ouput parameter
Hi there,,
Can someone help me ? i need to add more custom parameter to my datatables. is it possible ? so the output could be like this :
[quote]
iTotalRecords : 100,
iTotalDisplayRecords : 100,
aaData : [array_of_aaData],
my_param : [array_of_my_parameter]
[/quote]
And if it's possible to create the output like above, how to read it with jquery ?
Any help will be very appreciate. Thank you so much :)
Can someone help me ? i need to add more custom parameter to my datatables. is it possible ? so the output could be like this :
[quote]
iTotalRecords : 100,
iTotalDisplayRecords : 100,
aaData : [array_of_aaData],
my_param : [array_of_my_parameter]
[/quote]
And if it's possible to create the output like above, how to read it with jquery ?
Any help will be very appreciate. Thank you so much :)
This discussion has been closed.
Replies
Allan