SMART datagrid v.1 > Classes > RowIndicator
The minimum width of Row indicator.
It specifies the minimum width which is taken up by Row indicator in grid in pixels. Regardless of width setting or the value calculated automatically, it will always display the width greater than this value. If specify less than 0, there will be no minimum limit.
Defaults to 0.
grid.setRowIndicator({
minWidth: 40
});
grid.rowIndicator().setMinWidth(80);