Hi all,
how may I VERTICALLY align all the cell content columns in the following snippet?
Button and counter can’t be aligned to center when resizing the column anyway?
http://webix.com/snippet/1d1cb307
Thank you.
Hi all,
how may I VERTICALLY align all the cell content columns in the following snippet?
Button and counter can’t be aligned to center when resizing the column anyway?
http://webix.com/snippet/1d1cb307
Thank you.
rowLineHeight fits the rowHeight by default (so the text and html templates will be aligned automatically), but the activeContent requires the additional CSS-positioning:
Great. Thank you.
I have redefined the css input text element, how can I redefines the cell editor?
I would like the same look.
Hi, how to get the values from the qty column/counter using dtable.eachRow()?
Thanks
w
$$('grid').eachRow(function(row){
this.getItem(row).qty
});
@codejoin sorry for the missed comment, but if it’s still actual for some reason, the cell ‘text’ editor is just a regular html input. But there’s a possibility to create a custom editor with your own logic and style.