Start at specific row using Scroller and serverSide = true
Start at specific row using Scroller and serverSide = true
I am using Scroller and serverSide processing. I would like to fetch the proper page when the table gets initialized skipping an unecessary request.
I know I can use scroller's scrollToRow in initComplete but that means I have to get extra data that I don't need.
An unsafe start value is ok because I have prior knowledge of the records number.
I tried displayStart but it doesn't have any effect (probably it should?)
This discussion has been closed.