[issue] Pagination number error: "Showing xxx to xxx of xxx entries" number is wrong.
[issue] Pagination number error: "Showing xxx to xxx of xxx entries" number is wrong.
qinbx
Posts: 9Questions: 0Answers: 0
== Error case 1 ==
page 1
----------------------------------------------
SHOW 500 ENTRIES
SHOWING 1 TO 500 OF 1,202 ENTRIES [1]23
----------------------------------------------
page 2
----------------------------------------------
SHOW 500 ENTRIES
SHOWING 05,001 TO 1,202 OF 1,202 ENTRIES 1[2]3
----------------------------------------------
== Error case 2 ==
----------------------------------------------
SHOW 500 ENTRIES
SHOWING 501 TO 1,377 OF 1,377 ENTRIES 1[2]3
----------------------------------------------
Datatable version: 1.9.3
jQuery version: 1.8.1
I met this issue in our project. This editor don't allow upload image, so, can you understand me?
Is this a known issue or not?
page 1
----------------------------------------------
SHOW 500 ENTRIES
SHOWING 1 TO 500 OF 1,202 ENTRIES [1]23
----------------------------------------------
page 2
----------------------------------------------
SHOW 500 ENTRIES
SHOWING 05,001 TO 1,202 OF 1,202 ENTRIES 1[2]3
----------------------------------------------
== Error case 2 ==
----------------------------------------------
SHOW 500 ENTRIES
SHOWING 501 TO 1,377 OF 1,377 ENTRIES 1[2]3
----------------------------------------------
Datatable version: 1.9.3
jQuery version: 1.8.1
I met this issue in our project. This editor don't allow upload image, so, can you understand me?
Is this a known issue or not?
This discussion has been closed.
Replies
= for page1 =
?gtid=&filterId=0&sEcho=1&iColumns=9&sColumns=&iDisplayStart=0&iDisplayLength=500&mDataProp_0=0&
= for page2 =
?gtid=&filterId=0&sEcho=2&iColumns=9&sColumns=&iDisplayStart=0500&iDisplayLength=500&mDataProp_0=0&
Allan
dataTable( {
iDisplayLength": pageSize,
....
});