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 hidden (Show)

ag-grid - no-rows overlay bug fix

Published by ceolter about 9 years ago

Bug fix: 'no rows' overlay was blocking column headers, so if showing, couldn't change filter.

ag-grid - Point release

Published by ceolter about 9 years ago

Bug fix: Angular 2 - EventEmitter for rowDeselected was missing.
Major: Added getBusinessKeyForNode() method, to allow easily identifying of rows for automated testing.
Minor: Removed declaration of 'module' and 'exports' in main.ts, so no longer clashes with node.ts typics.
Minor: Fixed headerClass, array of classes was not working

ag-grid - Point release

Published by ceolter about 9 years ago

Major - Introduced 'no rows' message for when grid is empty.
Major - Introduced custom overlays for 'no rows' and 'loading', so now they can be what you like.
Major - Moved to AngularJS 2 alpha 38.
Major - Took out auto loading of AngularJS 2 module with JSPM.

ag-grid - Point release

Published by ceolter about 9 years ago

Major - Implemented 'destroy' API method, to release grids resources. Needed for Web Components and native
Javascript (AngularJS lifecycle manages this for you).
Major - Column resize events now have 'finished' flag, so if resizing, you know which event from a stream of
'dragging' events is the final one.
Major - New event: rowDeselected.
Major - Now have 'customHeader' and 'customFooter' for export to csv.
Minor - Now filters are positioned relative to their actual size instead of assuming each filter
is 200px wide. Now wide filters don't fall off the edge of the grid.
Minor - Bug fix #459 - getTopLevelNodes was called for not reason during filter initialisation which resulted in 'undefined' error for server side filtering

ag-grid - Minor changes

Published by ceolter about 9 years ago

Minor - Added header to Typescript definitions file and included in Definitely Typed
Minor - Removed unused 'require' from agList - was conflicting when require defined elsewhere

ag-grid - Fix: ag-paging-row-summary-panel always hidden on IE

Published by ceolter about 9 years ago

ag-grid - Bug fix - SystemX loading

Published by ceolter about 9 years ago

Wasn't loading property with SystemX

ag-grid - New features, export, filter callbacks, editing.

Published by ceolter about 9 years ago

New features, export, filter callbacks, editing.

ag-grid - Bug fix - getRowClass not getting called

Published by ceolter about 9 years ago

Bug fix - getRowClass not getting called

ag-grid - Major release, supporting more frameworks.

Published by ceolter about 9 years ago

Brings full support for:
AngularJS 1.x
AngularJS 2
Web Components
Plain Javascript (no framework)

ag-grid - Bug fix - $apply called to often for Angular 1

Published by ceolter about 9 years ago

ag-grid - First pass of Angular 2 in ag-Grid

Published by ceolter about 9 years ago

ag-grid - bug fix - floating renderer was rendering all rows

Published by ceolter about 9 years ago

ag-grid - Floating rows

Published by ceolter about 9 years ago

ag-grid - Fix of previous relesae

Published by ceolter about 9 years ago

In 1.14.0, I didn't commit the built files into /dist

ag-grid - Column API, Excel Filtering, Mouse Wheel on Pinned

Published by ceolter about 9 years ago

Column API, Excel Filtering, Mouse Wheel on Pinned

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

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