Skip to content

Releases: predixdesignsystem/px-data-table

Style the deprecation comment

01 Dec 12:57
e3f66fd
Compare
Choose a tag to compare
Merge pull request #213 from predixdesignsystem/update-datagrid-comment

Updated style and message for px-data-table and px-data-grid reference

Design Refresh

25 Jul 17:15
Compare
Choose a tag to compare
  • The "rows per page" dropdown has been updated to use px-dropdown for cross-browser consistency (#115).
  • When a custom pageSize value is passed into the table, it will be displayed as the selected choice in the "rows per page" dropdown (#118).
  • A new property for pageSizeOptions has been added, which allows developers to specify their own array of options for the "rows per page" dropdown (#123). Add the same option to both pageSize and pageSizeOptions to make it both the default choice as well as a persistent option.
  • The tableRows property has been removed, as horizontal borders are now the default style for Predix UI tables. It has been replaced with a tableCells property, which can be used to create the previous default style, a table with both horizontal and vertical borders.

Replace pxLocalizeBehavior with appLocalizeBehavior for localization

06 Jun 19:10
Compare
Choose a tag to compare

Move to Polymer app localize behavior for localization support.

Lots of fixes

16 Mar 00:12
Compare
Choose a tag to compare

This is not an API-breaking release per-se, but does change the behavior of px-data-table-column declarations a bit. Previously, if one or more columns was declared, only those columns would show up. After v2.0.0, if include-all-columns is set to true, the table will first pick up all of the columns found in table-data, then override default settings for any provided column definitions. There is also a new table level property for sortable and a single-select property for selection of individual rows. Be sure to refer to the API documentation and demo for more information.

Fixes table stripe row issue.

12 Dec 18:34
Compare
Choose a tag to compare

Fix for error with auto-generated columns with white spaces in names.

08 Nov 21:57
Compare
Choose a tag to compare

Add page-size property to allow user to configure initial table row size.

29 Sep 18:53
Compare
Choose a tag to compare

Add image of the component to the readme.

10 Aug 19:15
Compare
Choose a tag to compare
v1.12.3

added image to readme

Fixes to allow re-cycling of existing data table element with new data

21 Jul 20:20
Compare
Choose a tag to compare

Select element height fix in Chrome 54 and above

20 Jul 19:01
Compare
Choose a tag to compare