SortableTableView
SortableTableView copied to clipboard
Table Scrolling
I need to save scroll status even if after "setDataAdapter".
How i can do this ?
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.
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?