SortableTableView
SortableTableView copied to clipboard
Table rows invisible until tapped
I've been trying to setup table to be non-scrollable and have height based on the content but it results with tables not being rendered until clicked / tapped. The initial value for height is match parent and tables are in fragments, i get no compiler issues or warnings. Any clue on what could possibly go wrong, or suggestion what to pay attention on when implementing non-scrollable tables with dynamic height?
Many thanks in advance, Jovana
P.S I should probably mention that headers are rendered regularly, it's just table rows which are not shown.
I have same issue on Android 10 also for header and rows