just i done datatable but now i want to use separeate color for particular columns .please do the needful.
Hi,
You can apply separate styling to any column via its css property:
{ id:"title", css:"mystyle" },
{ id:"year", css:{"background-color":"yellow"} }
Check the documentation sample on this issue http://docs.webix.com/samples/15_datatable/21_styling/02_column_styling.html