Skip to content

Releases: ag-grid/ag-grid

Improved Grouping and Columns

17 May 17:12
Compare
Choose a tag to compare

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

28 Apr 17:52
Compare
Choose a tag to compare

Fixing 1.4 release, the Bower version number was incorrect.

Refresh, Templates and Bug Fixes

26 Apr 14:44
Compare
Choose a tag to compare
1.4

build and release of 1.4

Pagination, Column Groups, and other stuff

24 Apr 06:18
Compare
Choose a tag to compare
Merge pull request #83 from sunilbandla/fix-null-error

Fix pagination error when rowCount is null

Release 1.2

21 Mar 17:00
Compare
Choose a tag to compare

Introduced concept of 'nodes' and also 'checkbox selection'.

March 2014 Release

11 Mar 20:55
Compare
Choose a tag to compare

Finished lots of new feature including custimsable filtering and no scrolls option. Many small bug fixes.

First major release

25 Jan 18:02
Compare
Choose a tag to compare

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