Server Side processing using a standard api, how would you do this?

Server Side processing using a standard api, how would you do this?

nicola.peluchettinicola.peluchetti Posts: 10Questions: 0Answers: 0
edited July 2012 in General
Hi Allan,

i was wondering iwhat is the best way to include dataTables in my current project.

I need to display data from our API and for this reason i would have to send data to the server ( i will be using server-side processing ) in a well defined way. For example the call should be made to http://localhost:24200/events/circle?lat=27.4667&lng=153.033&radius=2000&search=bris&start=2010-06-06&end=2020-01-01&limit=10&offset=10 and i would get back data in a format which is not what it's usually used by dataTables.

When i used dataTables with PHP i built my server side scripts around dataTables, but right now i must adapt dataTable to the API we have, how would you approach this?
This discussion has been closed.