3.2.0

How to clear sorting

When I click on the grid header column is sorted. It's OK.
Then I load another data set and refresh grid. But sorting doesn't disappear.
So how can I clear sorting?
Shulya
February 4,
grid.clearRowModel(); // row indices and positions
grid.clearSortModel(); // sorted columns and direction
Alex (ActiveWidgets)
February 4,

This topic is archived.

See also:


Back to support forum