datatable Server side request

datatable Server side request

rohit99rohit99 Posts: 22Questions: 9Answers: 0

We use serverside DataTable.
We need to search the value which does not bind in the table.

Answers

  • kthorngrenkthorngren Posts: 20,472Questions: 26Answers: 4,804

    What are you using for your server side script?

    It is responsible for performing searches and ordering of the data returned to the client. The Server Side docs explain the server side process:
    https://datatables.net/manual/server-side

    Kevin

  • rohit99rohit99 Posts: 22Questions: 9Answers: 0

    we use this, but we need to find value in the extra column if that column does not bind in the table.
    for example
    DB table tblUserInfo (FName,LName,Email)
    Jquery DataTable bind (FName, LName)
    But we need to find value in Email

  • colincolin Posts: 15,193Questions: 1Answers: 2,590
    edited March 2018

    It would help to understand the problem if you could supply a live example. Is that possible?

  • allanallan Posts: 62,094Questions: 1Answers: 10,181 Site admin

    Include the Email in your data but put it in a hidden column columns.visible.

    Allan

This discussion has been closed.