Empty table error with Scroller extension

Empty table error with Scroller extension

DariaZDariaZ Posts: 1Questions: 1Answers: 0

Hello,

I would like to report that table with Scroller becomes empty after updating rows (adding, deleting, updating data) and table redrawing. Also appears empty space in the table when resizing.

Steps to reproduce error with redrawing table:
1. Scroll to the bottom of the table.
2. Wait a while until the data disappears from the table.

Steps to reproduce error with resizing
1. Scroll to the bottom of the table.
2. Pull the bottom border of the window up.
3. Pull the bottom border of the window down.
4. Repeat several times until the part of the table below is empty.

You can test it:
http://live.datatables.net/qixumapu/1/edit

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    The table wasn't being redrawn. I added an draw() into the setInterval code and it appears to be behaving as expected - please see here.

    Colin

This discussion has been closed.