SortableTableView icon indicating copy to clipboard operation
SortableTableView copied to clipboard

Problem displaying rows while using SimpleTableDataAdapter

Open surveamrita opened this issue 6 years ago • 1 comments

tableView.setDataAdapter(new SimpleTableDataAdapter(context,rows));

I am passing 'rows' as a 2D String array. While running the code for versions 2.3+, I don't see any rows. For previous versions, I see only 1 row of the data.

surveamrita avatar Apr 17 '18 08:04 surveamrita

Hi @surveamrita,

please make sure that you're not using wrap_content as table height. Use match_parent or an absolute value instead.

Best regards, Ingo

ISchwarz23 avatar Apr 17 '18 16:04 ISchwarz23