Bind Data from controller

Bind Data from controller

nitinashiyani007nitinashiyani007 Posts: 1Questions: 0Answers: 0
edited June 2018 in Free community support

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 ?

Replies

  • allanallan Posts: 63,455Questions: 1Answers: 10,465 Site admin

    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

This discussion has been closed.