datatable Server side request
datatable Server side request
rohit99
Posts: 22Questions: 9Answers: 0
We use serverside DataTable.
We need to search the value which does not bind in the table.
This discussion has been closed.
Answers
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
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
It would help to understand the problem if you could supply a live example. Is that possible?
Include the
Email
in your data but put it in a hidden columncolumns.visible
.Allan