ChariTi icon indicating copy to clipboard operation
ChariTi copied to clipboard

Add infinite scrolling for TableViews

Open mcongrove opened this issue 12 years ago • 4 comments

Currently, we only load in X number of items for each TableView. This needs to be infinite.

Will also need to investigate holding more data in DB, as currently we purge data on each new data request.

mcongrove avatar Jan 30 '13 23:01 mcongrove

You can use https://github.com/FokkeZB/nl.fokkezb.dynamicScrolling of course.

Let me know if you any changes to this widget.

FokkeZB avatar Feb 05 '13 18:02 FokkeZB

That was the plan :+1:

This ticket is mainly for the Model logic and data storage.

mcongrove avatar Feb 05 '13 18:02 mcongrove

How do we handle this for Android?

mcongrove avatar Feb 09 '13 22:02 mcongrove

I will have to add Android support by adding and removing a last row instead of using tablefooter.

FokkeZB avatar Feb 10 '13 10:02 FokkeZB