How I can send search parameters for server side in code

How I can send search parameters for server side in code

MoeYehyaMoeYehya Posts: 15Questions: 8Answers: 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

  • allanallan Posts: 61,609Questions: 1Answers: 10,088 Site admin

    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

Sign In or Register to comment.