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-param
andzg-data
now have watched propertiescell-break
attribute added for setting columnword-break
globally or per column level.<zing-grid columns-control
attribute to render menu to toggle/hide columns<zg-column>
sorter
attribute 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-class
attribute to bind a function to render CSSclass
attribute<zing-grid>
now hasrow-class
attribute to bind a function to render CSSclass
attribute- 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
and
head-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-footer
andzg-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