Resizable datatable column borders not visible with the new Material skin

With the new Material skin that ships with Webix 6, there are no borders between columns. This does look more “Material” but the user can’t see they might be able to resize the columns.

https://snippet.webix.com/jyvsiqop

Hello,

You can easily restore the borders with the dedicated settings:

https://snippet.webix.com/57v7n2kp

Thank you. I think that form an accessibility point of view, the header columns (not necessarily the body cells) should always have the borders display if resizeColumn is set, in order for users to see that the columns are resizable.

We did think about the possibility to maintain such combination but decided to leave configuration to the developer choice. We will add this information to column resizing docs, thanks for thoughts.