SMART datagrid v.1 > Classes > ValueColumn
The shape of mouse cursor when the mouse is over the data cell which is involved in this column.
Defaults to null.
var columns = [[
name: 'colAddr',
cursor: 'pointer'
},
...
];
grid.setColumns(columns);
grid.columnByName('colAddr').setCursor(DataLudi.Cursor.WAIT);