izimobil/django-rest-framework-datatables

Support for Server-Side-Processing

vinoalterra opened this issue · 1 comments

Dear Admin,

Is there any configuration for jQuery-Datatable server-side-processing with correct value for recordsTotal ?
current example-app => recordsTotal value already set similar torecordsFiltered value (check attachment below)
drf-datatable-counting-problem

Original datatable SSP for counting records (PHP version): https://github.com/DataTables/DataTables/blob/de73685996c6c666e1850668c72e34d492f22150/examples/server_side/scripts/ssp.class.php#L269-L293

after i research more deeper, may be my django project has some internal customized problem.
this package work perfectly on fresh DRF installation.
thanks