ag-grid

The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript.

OTHER License

Downloads
47
Stars
12.6K

Bot releases are visible (Hide)

ag-grid - Master Slave Grids

Published by ceolter about 9 years ago

ag-grid - bug fixes

Published by ceolter about 9 years ago

  • IE was not updating the filter value when backspace & delete were used. used in setFilter, numberFilter and stringFilter.
  • sizeColsToFix was throwing error if cols had to be set to minimum size
ag-grid - Bug fixes

Published by ceolter about 9 years ago

  1. sizeColsToFit was breaking when used with grouped headers.
  2. angular js $apply was not called in some situations, so two way binding was not working.
ag-grid - Bug fix - grouping was broke

Published by ceolter about 9 years ago

ag-grid - 1.12.5

Published by ceolter about 9 years ago

Refactoring

ag-grid - Minor chages

Published by ceolter about 9 years ago

ag-grid - Bug fix for checkbox selection

Published by ceolter over 9 years ago

ag-grid - Bug fix for checkbox selection

Published by ceolter over 9 years ago

ag-grid - Performance, Cell Expressions, New Callbacks

Published by ceolter over 9 years ago

ag-grid - Tool Panel Values and TypeScript

Published by ceolter over 9 years ago

ag-grid - Resize check every 500ms

Published by ceolter over 9 years ago

ag-grid - First version of tool panel

Published by ceolter over 9 years ago

ag-grid - Fix of soft refresh bug

Published by ceolter over 9 years ago

ag-grid - Bug fix in setSortModel

Published by ceolter over 9 years ago

ag-grid - Server Side Sorting and Filtering

Published by ceolter over 9 years ago

Server side sorting and filtering: Using pagination or infinite scrolling? Now you can sort and filter on the server side.

New Example: Trying to get your head around value getters and expressions? Here is an end-to-end example.
Column headerValueGetter: Now headers can use the power of value getters, to have dynamic header names.

Filter 'newRowsAction': Now you can specify the default behaviour of filters when new rows are loaded, either reset them, or keep the old state.

Sorting Options: New sorting options of 'suppressUnSort' and 'suppressMultiSort'.

ag-grid - Minor bug fixes

Published by ceolter over 9 years ago

  1. quickFilter was broken with new ag-grid directive.
  2. fixed padding issue with FF
ag-grid - API's for Sorting and Filtering

Published by ceolter over 9 years ago

API's for Sorting and Filtering

ag-grid - Filter API and other changes

Published by ceolter over 9 years ago

BREAKING CHANGE: Dist files now 'angular-grid' and not 'angularGrid': Camel case is a problem with *nix systems as they are case insensitive.
Default aggregation: Now the grid has default aggregation. If just doing 'sum' aggregation, no need to provide your own groupAggFunction. See grouping documentation.
Filtering API: You can now interact with all the filters through their APIs. See filtering documentation for details.
De-Selection: Now, if gridOptions.rowDeselection=true, you can deselect rows with ctrl+click.
forEachInMemory: New callback for iterating through each row in memory. See the selection example "Using forEachInMemory" for it being used.

ag-grid - Keyboard navigation & Internationalisation

Published by ceolter over 9 years ago

Keyboard Navigation: Select a cell, then use the arrow keys to navigate through the grid. Enter key will start editing the currently focused cell, or expand / collapse the group if a group cell is focused. Space key will select / un-select the currently focused row.
Multilingual Support: Now you can override all the texts in he grid, such as 'next' and 'previousy' in the paging panel.
Filtering with Value Getters: Now filtering works with value getters.
IE Issues: Loading panel and paging panel now working in IE.
Released 1.6.0 - contains all the above.

ag-grid - Improved Grouping and Columns

Published by ceolter over 9 years ago

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.

Package Rankings
Top 16.33% on Npmjs.org
Top 21.33% on Bower.io
Top 40.42% on Repo1.maven.org
Related Projects