Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

v3.1

Latest
Compare
Choose a tag to compare
@MoonStorm MoonStorm released this 09 Apr 00:28
· 32 commits to master since this release
  • The page index now resets in regular mode when any of the filtering parameters is changed.
  • The grid no longer waits for the inactivity timeout to request the initial set of items in server-side mode.
  • Performance improvements. It's now less likely for the grid to trigger identical data gathering, formatting or filtering operations due to a combination of changes in the watched parameters.
  • Fixed a bug where the default column options were ignored.
  • The bower package lists the non-minified versions of the files as main files.
  • Column titles rendering fixed for IE11.
  • The grid is now capable of reporting the filtered list of items and the paged items.
  • Better handling of data items having field names containing special characters. Do not use data fields having their names starting with '$' as those are being ignored by many of Angular operations.
  • Fixed a bug where the initial page index was ignored in server side mode.
  • data-* notation is accepted for all the attributes. The grid's default templates do not use this notation however.
  • filter-by-fields is now two way data bound, allowing for a full state restoration.
  • Limited support for Angular directives on the table row elements (integration with Angular X-Editable is now possible). DOM altering directives such as ng-repeat, ng-if, ng-switch, are still not supported on the row or cell elements.
  • Compatibility fixes for Angular 1.3.15. They unfortunately had the side effect of raising the minimum supported version for Angular to 1.3.1.

trnggrid