Footer Showing X of Y X being higher number than Y
Footer Showing X of Y X being higher number than Y
awilbourn
Posts: 6Questions: 3Answers: 0
How do I solve an issue for the footer, having paging option on as I am calling an AJAX service and then passing the data to bind to the table. I needed more of a lazy read to render and have the scroller remember where they were, so paging is required. I end up when scrolled to the bottom with a number for X being higher than Y as said. So an example is Showing 177 of 140 of 140 entries.
I am good with just hiding the footer, but cannot seem to find how to not show it.
This discussion has been closed.
Answers
Just found my answer. I needed to remove the I from the dom, so this hides the footer. I still would like to know why the number is counted higher than the actual data.
Was: dom: "frtiS",
Now working: dom: "frtS",