Skip to content

Releases: predixdesignsystem/px-data-grid

v1.3.0

09 Apr 01:16

Choose a tag to compare

Enhancement:

  • Added auto-hide-page-size-select property to automatically hide the page size selector when only one page is visible (#821, @ipechorin)

v1.2.1

23 Jan 00:30

Choose a tag to compare

Bug fixes:

  • Fixed regression in dropdown widths on filter modal
  • Fixed default dateFormat configuration not being applied when no format or timezone properties are set

v1.2.0: Option to disable "any columns" filter, new string comparators

15 Jan 00:20

Choose a tag to compare

Enhancement:

  • Added disable-all-columns-filter property, for disabling the "Any columns" option in the filter modal
  • Added not-equal and not-contains string comparators

v1.1.1: Fixed hide-column-filter property not working on px-data-grid-paginated

11 Dec 10:52

Choose a tag to compare

Bug fixes:

  • Fixed hide-column-filter property having no effect on px-data-grid-paginated
  • Added hide-column-filter property to component demo

v1.1.0

30 Oct 03:30

Choose a tag to compare

Enhancement:

  • #813 - Added support for icon attribute for table and item action menus.
  • #813 - The table action menu and column selector are now separated into individual dropdowns.

Bug fixes:

v1.0.9: Fixed item-action and item-save events not propagating on polyfilled browsers

15 Oct 21:57

Choose a tag to compare

  • Implemented workaround that fixes item-action and item-save events not propagating to the root px-data-grid/px-data-grid-paginated element on polyfilled browsers.

v1.0.8

01 Oct 16:56
209dc54

Choose a tag to compare

Update package.json

v1.0.4: Fixed infinite horizontal scrolling bug

13 Jul 13:23

Choose a tag to compare

  • 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)

05 Jun 01:03
@sks sks
de6b3bd

Choose a tag to compare

* 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

15 Mar 22:49

Choose a tag to compare

v1 Beta: #4 Pre-release
Pre-release
  • Passes item object 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