SortableTableView icon indicating copy to clipboard operation
SortableTableView copied to clipboard

Table Scrolling

Open amrashraf1992 opened this issue 5 years ago • 2 comments

I need to save scroll status even if after "setDataAdapter".

How i can do this ?

amrashraf1992 avatar Jul 10 '20 11:07 amrashraf1992

Hi @amrashraf1992,

instead of setting a new data adapter to the table I would recommend to update the data inside the adapter using the TableDataAdapter.getData() method.

ISchwarz23 avatar Jul 12 '20 07:07 ISchwarz23

Hi @amrashraf1992,

instead of setting a new data adapter to the table I would recommend to update the data inside the adapter using the TableDataAdapter.getData() method. is that much better method to async the adapter with the firebase?

doubleWarlord avatar Jul 12 '20 08:07 doubleWarlord