How I can send search parameters for server side in code
How I can send search parameters for server side in code
MoeYehya
Posts: 16Questions: 9Answers: 0
I am trying to do same as the role of datatables search input but in this case i need to pass search value manually.
there is a way to do that and also fire the api continuously?
Answers
You can get the search value using
search()
.It might also be that if you want to do the search server-side, perhaps doing the paging and ordering server-side would also be needed here? If so, server-side processing is what you want.
Allan