How to setting the pivottable column 0 width (row title)??
please
You can change yScaleWidth property. It is 300 by default:
webix.ui({
view: "pivot",
yScaleWidth: 250,
...
});
Thank you Maria
How to setting the pivottable column 0 width (row title)??
please
You can change yScaleWidth property. It is 300 by default:
webix.ui({
view: "pivot",
yScaleWidth: 250,
...
});
Thank you Maria