SortableTableView icon indicating copy to clipboard operation
SortableTableView copied to clipboard

Column names not visible if switching visibility from GONE to VISIBLE

Open marcinkunert opened this issue 7 years ago • 2 comments

Steps to reproduce:

  1. Show a view with a label - "No data yet" and a hidden (GONE) table view
  2. Start backend call to get data
  3. Update view, set label to GONE and table view to VISIBLE

Expected result: Column names are visible.

Result: Column names are not visible

marcinkunert avatar Dec 11 '16 18:12 marcinkunert

Hi @marcinkunert,

there are currently more issues regarding the visibility of the table header. If you don't need the possibility to set a absolute TableColumnModel, you can use the version 2.3.0. Else you have to wait for the new bugfix version.

Best regards, Ingo

ISchwarz23 avatar Dec 12 '16 07:12 ISchwarz23

Hi @marcinkunert you can set VISIBLE/GONE programmatically instead of hardcoded on XML view. It's worked for me

stefanus-dany avatar Jul 15 '23 06:07 stefanus-dany