Scroller does not observe displayStart

Scroller does not observe displayStart

druegamerdruegamer Posts: 21Questions: 5Answers: 0

There is an issue with the interaction between Scroller and the displayStart option. The following example shows this in action.

http://live.datatables.net/banimosa/1/edit

The correct records will be loaded, but the Scroller does not modify its initial scroll position to reflect this leaving an empty viewport into the table.

I have also attached a simple patch that remedies this by propogating the displayStart value to the Scroller's 'topRowFloat' value on construct, allowing the scroll position to initialise to the correct position.

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.