Releases: predixdesignsystem/px-data-grid
Releases · predixdesignsystem/px-data-grid
v1.3.0
v1.2.1
v1.2.0: Option to disable "any columns" filter, new string comparators
Enhancement:
- Added
disable-all-columns-filterproperty, for disabling the "Any columns" option in the filter modal - Added
not-equalandnot-containsstring comparators
v1.1.1: Fixed hide-column-filter property not working on px-data-grid-paginated
Bug fixes:
- Fixed
hide-column-filterproperty having no effect on px-data-grid-paginated - Added
hide-column-filterproperty to component demo
v1.1.0
v1.0.9: Fixed item-action and item-save events not propagating on polyfilled browsers
- Implemented workaround that fixes
item-actionanditem-saveevents not propagating to the rootpx-data-grid/px-data-grid-paginatedelement on polyfilled browsers.
v1.0.8
Update package.json
v1.0.4: Fixed infinite horizontal scrolling bug
- Impacted users where the sum of all columns widths exceeded the width of the containing element.
v1.0.3: Actions should be updated when property changes (#794)
* Actions should be updated when property changes * Fix linting issue in gulpfile * Update History - Have an observer for actions to update the UI
v1 Beta: #4
- Passes
itemobject to the renderer to allow the renderer to read its "row
data" to use at render time or in passing data up to the app through events
Demo updates:
- Adds demo for px-data-grid-paginated