Bind Data from controller
Bind Data from controller
![nitinashiyani007](https://secure.gravatar.com/avatar/5979c216369e8b3c73e8aefd55500883/?default=https%3A%2F%2Fvanillicon.com%2F5979c216369e8b3c73e8aefd55500883_200.png&rating=g&size=120)
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