SMART datagrid v.1 > Classes > RowIndicator
The value of start index when displayValue is ROW_INDEX.
Although the index starts from 0 internally, you can set and display the start value differently by this property.
Defaults to 1.
grid.setOptions({
rowIndicator: {
rowIndexBase: 1
}
});
grid.rowIndicator().setRowIndexBase(10);