DataTable styling

Hello,

I’m just trying the restyle the DataTable view, i.e. to reduce the default row (cell) height. It works fine with a custom css:

.webix_cell {height:20px !important;line-height:20px !important; font-size:9pt}.

However, a problem occurs if I have editable cells. The cells in edit mode are shown at a different position than the original cells.

How can I solve this?

Hello gert. Use rowHeight and headerRowHeight properties.

Sure. It’s just so simple! (and documented!)