You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand property in field settings is no longer used to define which directive to use when expanding/opening a row, just pass true if clicking column should expand row. Use gtExpand attribute to pass and object containing which directive to use and optionally, if multiple rows should be allowed, add that property as well like this: expandConfig:{ directive:'<my-custom-directive></my-custom-directive>', multiple:true // false by default }
Added
Support for responsive layout using stacked columns
Support for custom sort function
Support for only having one row expanded/opened at a time
Fixed
Sorting of null vales
Improved
Removed some unnecessary two-way-bindings and watches
Scopes created using $compile are now removed along with their watches (if any)