Bind Data from controller
Bind Data from controller
nitinashiyani007
Posts: 1Questions: 0Answers: 0
i am binding data table using server side process, using this method it will bind input select only based on first page of grid, and it will export only first page data,
I need to bind input select based on all data and export all data of table.
also it will call action result when data filtering or data sorting, can i sorting or filtering without call action result ?
This discussion has been closed.
Replies
Regarding the export of data from a server-side processing table, please see this FAQ.
Also, no. I'm afraid every table action will make a call to the server. It is not currently possible to use a mix of client-side and server-side processing in DataTables.
Allan