SMART datagrid v.1 > Classes > RowIndicator
The maximum width of Row indicator.
It specifies the maximum width which can be taken up by Row indicator in grid in pixels. Regardless of width setting, it will always display the width less than this value. If specify less than 0, there will be no limit.
Defaults to 0.
grid.setOptions({
rowIndicator: {
maxWidth: 80,
minWidth: 10
}
});
grid.rowIndicator().setMaxWidth(80);