Cant fill datatable
Cant fill datatable
JosueG
Posts: 1Questions: 1Answers: 0
Hi
How can i fill datatable with ajax datasource with jsonp?
Thanks
This discussion has been closed.
Answers
Here is an Ajax example. Instead of using plain JSON, you would simply use JSONP.
Here is a server-side processing JSONP example - Note that unless you have 50k+ rows, you are unlikely to want to use server-side processing.
Allan