Skip to content

Design Refresh

Compare
Choose a tag to compare
@randyaskin randyaskin released this 25 Jul 17:15
· 188 commits to master since this release
  • 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.