Hi,
I need to implement table component (8 rows, 2 columns), without header (just data) also without any sort, selection e.c and with just border lines from styling.
As I understood GridView is most close to table in feathers ui.
I managed to create it, but have some issues right now:
1) Could not find how to remove header
2) my grid view have scroller all the time, but I would like to have it as long as content and never to have scrollbar (parent is scroll container) (need to explicit set height ?)
3) Also right now both columns have equal width, is it possible to set some percent width ?
Is GridView good for such use case? or its better to generate table my self (did so in AS3 version)
thank you