All examples on Datatables.net are showing (in info) "Showing 1 of X entries" upon scrolling down

All examples on Datatables.net are showing (in info) "Showing 1 of X entries" upon scrolling down

[Deleted User][Deleted User] Posts: 0Questions: 1Answers: 0
edited June 2016 in Free community support

I've also hit this on my project I'm working on, all tables, if initialised via html (I've not checked any other methods), is showing "Showing 1 of X entries" (X obviously being the number of rows you have). As you scroll down the list, this 1 value doesn't change, it's remaining at 1 all the time.

In the below example, it's showing 1 of 20 entries, even as I scroll down.

https://jsfiddle.net/jubq03oL/3/

Answers

  • allanallan Posts: 63,803Questions: 1Answers: 10,515 Site admin

    This is correct an expected. The viewport contains rows 1-20 which is why it states that.

    If you want it to update line, you can use the Scroller extension which does have that ability.

    Allan

This discussion has been closed.