SMART datagrid v.1 > Classes > GridHeader
If it is true, you can display sorting order in the sorted column header.
You can specify whether to display individually through sortOrderVisibility property of each column header.
Defaults to true.
grid.setHeader({
sortOrderVisible: true
});
// or, by property
grid.header().setSortOrderVisible(true);