opensafely-core / airlock

Other
2 stars 0 forks source link

Disable CSV pagination #409

Closed rebkwok closed 3 months ago

rebkwok commented 3 months ago

Remove pagination, which doesn't affect load times since it was all being done on the frontend in datatables anyway.

JS updated to wait until an element of the loaded datatable is present before hiding the loading spinner (avoids displaying the unformatted table before the datatable has loaded).