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?