implement the serverside in combination with API
implement the serverside in combination with API

i am using client side processing datatables using API of datatables. As data is getting large i want server side. How should i implement the serverside in combination with API?
This discussion has been closed.
Replies
https://datatables.net/examples/data_sources/server_side.html
along with Server side i want to implement
form elements https://datatables.net/examples/api/form.html
You can use
columns.render
on the client for that,Colin
@colin, can you give me an example for combining the render and serverside and api form inputs
This example uses both server-side processing and column rendering.
Allan