I wanted to implement the serverside in combination with API?

I wanted to implement the serverside in combination with API?

JanurajJanuraj Posts: 85Questions: 18Answers: 0

i am using client side processing datatables using API of datatables. As data is getting large i want server side. How should i implement the serverside in combination with API?

Answers

  • rf1234rf1234 Posts: 2,949Questions: 87Answers: 416
    edited July 2020

    That question is much too general. You can just set serverSide to true. That's the entire implementation. But you must be aware of the limitations of server side, e.g. limitations with filtering etc.: Search will only apply to the values read from the data base not the rendered values the user sees in your data table.

    https://datatables.net/reference/option/serverSide

  • rf1234rf1234 Posts: 2,949Questions: 87Answers: 416

    As @tangerine noted you seem to be posting more or less identical questions in the forum. If I had known that I would NOT have responded to your post!!

  • JanurajJanuraj Posts: 85Questions: 18Answers: 0

    @rf1234, I have implemented serverSide:true and ajax attr, but i have a collection of rowViews in the view file already only thing is i have to render the list , The rows are created without any data in them

  • allanallan Posts: 63,213Questions: 1Answers: 10,415 Site admin

    Closing this thread in favour of this one.

    Allan

This discussion has been closed.