pagination doing serverside processing (differently)

pagination doing serverside processing (differently)

Hello All,

Had another question today. For reporting purposes we are trying to get get data from server per page..... Nothing different from what has been suggested in server side processing examples.

The problem arises when on server we are not able to send total number the number of records (recordsTotal) which will be fetched as a part of query. Please note this is deliberate on server as we do not want to run a query to fetch count of all records and then send it as well.

Due to above logic on server we always end up on client having only one page + next and previous buttons disabled.

Is there a way to enable previous and next buttons always?

-Gunjan

Answers

This discussion has been closed.