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.peluchetti](https://secure.gravatar.com/avatar/50d6f954cbf5f65d85d6f093271ea2a2/?default=https%3A%2F%2Fvanillicon.com%2F50d6f954cbf5f65d85d6f093271ea2a2_200.png&rating=g&size=120)
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?
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.