Features
- Drag off columns to hide with
<zing-grid draggable zg-column search="false"to hide column from search- Custom icon set mapping e.g fontawesome plug and play
- Accessability tab support
- Default renderer for mult index columns
zg-paramandzg-datanow have watched propertiescell-breakattribute added for setting columnword-breakglobally or per column level.<zing-grid columns-controlattribute to render menu to toggle/hide columns<zg-column>sorterattribute can point to a specifiy object propertysorter="individualContributions.total"when choosing what field to sort that column by- Cursor added for interactive cells
<zing-grid>and<zg-cell>now havecell-classattribute to bind a function to render CSSclassattribute<zing-grid>now hasrow-classattribute to bind a function to render CSSclassattribute- Responsive pager controls shift layouts depending on viewport
- Added
<zg-dialog>for all modal interactions - Confirm delete record through
<zg-dialog>action - Create row
<zg-dialog>will allow editing row info before adding - Cursor based pagination support
- Icon column type through
<zg-column type="icon"> - Multiple themes added
- 'foot-class
andhead-class` attributes added <zg-button>now takes slotted content
New Documentation
- Custom Themes
- Dialogs
- Dragging
- Status
- API Elements
- API Methods
- API Events
- CSS Variables
- ZingGrid Object Methods
- Functions Doc
Notable Fixes
- Aggregation column
- Custom Elements Polyfill Updated
- Shadow DOM polyfill Updated
- Copy cell content console error
- Nested header background color spanning full width
- Context menu items revised based on grid state
- Structural ordering of
zg-body,zg-footerandzg-head - Async grid state when editing cells and sending/recieving data from server
- SSR styling and feature updates
- Page jump on row click for Windows Chrome
- Descenders in text getting cut off in
zg-head-cell - Row/Cell click multiple fires
- Batch deleting selected rows keeps appropriate state
- IOS device multiple resize events firing causing performance issues
- Double click to edit cell in Firefox
- Edge inline row edit styling normalized
- Debounce grid rendering on quick resizing of browser window