Releases: ag-grid/ag-grid
Improved Grouping and Columns
Revamp of grouping - I'm in the process of refactoring the cells to pave the way for keyboard navigation and improved selection (both of which are work in progress). Because of this, how groups are presented is now different. If using grouping, please check the documentation on how to use 'group cell renderer' in your columns, to have them present the groups for selection.
Double click to expand groups, or click the icon once. This makes the groups behave in a more natural way. Again this was working in preparation of cell selection and keyboard navigation.
ensureIndexVisible and ensureNodeVisible API functions, to scroll the grid to make rows visible.
Multi column sort. Hold down shift on the column header to add it to the sort.
Fixed width cols for 'size to fit' - add 'suppressSizeToFit' to column definition to have the column width not change during the 'size to fit' operation.
Minor change to 1.4
Fixing 1.4 release, the Bower version number was incorrect.
Refresh, Templates and Bug Fixes
1.4 build and release of 1.4
Pagination, Column Groups, and other stuff
Merge pull request #83 from sunilbandla/fix-null-error Fix pagination error when rowCount is null
Release 1.2
Introduced concept of 'nodes' and also 'checkbox selection'.
March 2014 Release
Finished lots of new feature including custimsable filtering and no scrolls option. Many small bug fixes.
First major release
First major release.
- Native to Angular JS
- Excel Like Advanced Filtering
- Gmail like 'Quick Filter'
- Pinnable Columns
- Row Virtualisation
- Column Resizing
- Sorting
- Grouping
- Custom Cell Renderers
- Auto Resizable