Does datatables have any server-side support for retrieving data where the rocordsTotal count is not known in advance ?
We have data for which a request for a final bill is almost as expensive as a request for all records. This would be necessary if there was a way to tell datatables that the number of recordsTotal is unknown. Such functionality is not documented. Is it supported?
Update 1: I think I didnβt fully explain my problem and tried to ask the abstract version. I am using the datatables.net/extensions/scroller plugin and it works with the ajax option. If I use a large number for recordsTotal , then the user can go to the button and I have no data to show there. The same is true when paginated, the user can click on the page number, which may not exist.
javascript jquery datatable
Amin roosta
source share