This demo combines both the filtering demo and the sorting demo, illustrating how to:
>= 3.0.0
NOTE: As of this writing, v3.0.0 has not yet been released, nor is it in a committed branch. To build this demo today, pull #619 and build it in another folder; then edit package.json dependencies to reference that folder (e.g.,
"fin-hypergrid": "file:../fin-hypergrid"
or a relative path to wherever you put it).
git clone https://github.com/fin-hypergrid/fin-hypergrid-filter-and-sort-demo.git filter-sort-demo
cd filter-sort-demo
npm install
gulp
open index.html
For further explanation/recommendations, see the individual demos and the template READMEs.