I want to alter the height and width of the cells in the datatable.
I tried to do it with css but not able to do that.
I tried width and height attributes and also tried
type:{
height: 300,
width: 100 //dimensions of each dataview item
}
nothing is working
Kindly provide some example for the same.
I guess this height attribute work only in data row. What if I want to reduce height in the header row say for example in the following example ‘http://webix.com/snippet/33a14753’ I want to reduce to last row header.
There is a headerRowHeight attribute - http://webix.com/snippet/169162d5
It can be used to set height of header row ( but it works for all rows in the grid’s header )