ISchwarz23 / SortableTableView

An Android library containing a simple TableView and an advanced SortableTableView providing a lot of customisation possibilities to fit all needs.
Apache License 2.0
1.05k stars 237 forks source link

Table rows invisible until tapped #187

Open jovana-stefanovic opened 5 years ago

jovana-stefanovic commented 5 years ago

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

jovana-stefanovic commented 5 years ago

P.S I should probably mention that headers are rendered regularly, it's just table rows which are not shown.

amrashraf1992 commented 4 years ago

I have same issue on Android 10 also for header and rows