SMART datagrid v.1 > Classes > RowIndicator
The width of Row indicator.
It specifies the width which can be taken up by Row indicator in grid in pixels. If specify this value less than 0, it will calculate the length of maximum display number based on font of styles to automatically calculate the width.
In any case, it will be displayed as the value between minWidth and maxWidth. If specify less than 0, this value will be ignored.
Defaults to 0.
grid.setOptions({
rowIndicator: {
width: 50
}
});
grid.rowIndicator().setWidth(50);