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
Render or value function won't be called until table has data (issue #32)
Include *.metadata.json files in build (issue #38)
Include sass and css in build for styling
Added
Support for stacked columns (responsive layout for mobiles and tablets) use [gtOptions]="{stack:true}" to enable feature, see issue #37
Basic styles for sorting and stacked columns (included in npm package for sass and as a pre-compiled css)
Breaking changes
GtLazy and GtHighlightSearch input/attributes have been moved into GtOptions ie. change from [GtLazy]="true" and [GtHighlightSearch]="true" to [gtOptions]="{lazyLoad:true, highlightSearch:true}"