Infinitive scrolling without removing data from the top
Infinitive scrolling without removing data from the top
sanosato
Posts: 1Questions: 1Answers: 0
Is it possible somehow with datatables scroller, that i do not have a fixed container height in which the data will be replaced, but appended at the bottom, make the container (and the whole page) higher and the upper data is kept to avoid the two scrollbars and have just one for the whole page?
Instead of giving a fixed height via
scrollY: 200
just make it flexible and keep the data, similar to pinterests lazy loading
This discussion has been closed.