Row height causes problem on ajax and showing row with server side
Row height causes problem on ajax and showing row with server side
Hi,
I'm using datatable with server side processor mode.
Here is a live example : http://lerelaisimmobilier.com/TestDataTable.php
The row are higher than normal because of their content.
The impact is that the "Showing" bloc show "Showing 1 to 20 of 21,254 entries (filtered from 455 total entries)" when only 10 rows are shown at a time.
The other impact is on ajax request : when I scroll down until the next ajax request, he jumps a lot of records.
Ajax request ask for bad iDisplayStart.
It's a big problem for me !
I'm using datatable with server side processor mode.
Here is a live example : http://lerelaisimmobilier.com/TestDataTable.php
The row are higher than normal because of their content.
The impact is that the "Showing" bloc show "Showing 1 to 20 of 21,254 entries (filtered from 455 total entries)" when only 10 rows are shown at a time.
The other impact is on ajax request : when I scroll down until the next ajax request, he jumps a lot of records.
Ajax request ask for bad iDisplayStart.
It's a big problem for me !
This discussion has been closed.
Replies
$('.datatable1').dataTable(....
It's not a problem ?