mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

Sorting with filters applied #1166

Open saynala opened 6 years ago

saynala commented 6 years ago

When using dataview, filter and custom compared, is there a way to sort just the group headers without reordering the group members

6pac commented 6 years ago

I don't think so. This might be a good optimisation, though. Sorting is quite fast, you might not need it. All happens in the browser. There are a few optimisations for the filtering, you could look at those.

6pac commented 6 years ago

BTW, use https://github.com/6pac/SlickGrid, this repo is not maintained.