Hello,
I wanted to upgrade to Valo as it looks better and works faster. Great work guys!
The TreeTables I use have some issues when using a FieldFactory. In Reindeer I got most of them fixed somehow but with Valo it is not as easy. I did not modify any (s)css besides defining some basic variables.
The issues as seen on the screenshot, which I wish to resolve:
- TreeSpacer and Icon are not correctly positioned vertically. (should be in the middle as in all other trees)
- TextFields in the tree column should not overlap the icon and not overflow the column (in general the icons should have a padding to the rest of the content)
- All components ideally have only a minimal padding within the table cell to show their focus, or at least be correctly centered.
- CheckBoxes should be vertically-align:middle as in a normal table.
- The components in the right most column should be aligned. The plus is a borderless button without a caption, the deletion icon is a PopupView with “”
1 and 2 are only happening in an editable TreeTable.
3 Is an issue in every table, I tried $v-table-cell-padding-horizontal but it also affects non-editable tables.
4 works in a Table.
5 This is not an issue with Valo, but I can’t get the proper padding and/or alignment.
Any help is highly welcome. Number 2 is the most annoying problem.
Looking forward to your answers.