-
Notifications
You must be signed in to change notification settings - Fork 133
0.21.0 Breaking Changes
deno edited this page Jul 10, 2020
·
8 revisions
Table - #2819
Table has been heavily refactored to match Fiori 3. Here are the changes for the Angular library
- fdColumnSortable deprecated, along with associated input [sortDir]
- [noBorderX] and [noBorderY] inputs added to table, table header, table body, and table cells. Set to true to disable borders.
- fd-table-footer directive added
- [activable] and [hoverable] inputs added to rows and cells
- Compact and condensed modes added to table (see examples)
- fd-table-status-indicator directive added for semantic highlighting of rows
- Pop-in mobile and tablet modes added
See documentation for additional examples such as using the table with a toolbar, with pagination, etc.