Grid Lines

Hi Friends,

Is it possible to remove column lines in datatable ?

I have found nothing in docs ,

Thanks in advance…

Listopad had already given an answer like that.

https://forum.webix.com/discussion/7803/hide-gridlines-in-datatable-constructor

but i still need row lines.

Hello,

You also can style it via CSS.
Just add

border-left: none;
border-right: none;

Please check the sample: Code Snippet

Thank you so much my friend.