You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.