I am having a tough time getting my grouping to work (and maintain sort order). When reviewing the demo, all works as I would expect. Is the source code for the demo available for review? It would surely go a long way to helping me get some of my issues figured out.
view the source from your browser.
or alternatively, the entire website is here:
https://github.com/ceolter/ag-grid-docs
The source does not show the grid code. Also it's not clear where in the MASSIVE doc source where exactly this source might be located. We're referring to the grid source for the grid here https://www.ag-grid.com/example.php
For anyone else that may be looking, found it at https://github.com/ag-grid/ag-grid-docs/blob/master/src/example.js (and example.php in the same location loads it)
Most helpful comment
For anyone else that may be looking, found it at https://github.com/ag-grid/ag-grid-docs/blob/master/src/example.js (and example.php in the same location loads it)