Only 200 rows to show.. But 'normal' table is shown for a few time, before rendering
Only 200 rows to show.. But 'normal' table is shown for a few time, before rendering
Dear all,
I'm using datatables 1.9, it's working fine but... When I call my page, for a few milliseconds all rows in my table are shown 'normally' (without datatables) before the datas is rendered by datatables. This is quite annoying...
There's a solution? Can I add a "spinner" or something before datatables is fully rendering?
I'm trying to move from the bottom to the top of my page, without improvements
$j(document).ready(function() {
$j('#resultTable').dataTable({
"sPaginationType": "full_numbers"
});
....
Could you help me please?
Tnx
I'm using datatables 1.9, it's working fine but... When I call my page, for a few milliseconds all rows in my table are shown 'normally' (without datatables) before the datas is rendered by datatables. This is quite annoying...
There's a solution? Can I add a "spinner" or something before datatables is fully rendering?
I'm trying to move from the bottom to the top of my page, without improvements
$j(document).ready(function() {
$j('#resultTable').dataTable({
"sPaginationType": "full_numbers"
});
....
Could you help me please?
Tnx
This discussion has been closed.