Pages
Ui.Table
A sortable table component, which collapses into a definition list on small screens.
States
A state to hold the width of the component.
Properties
Whether or not the table has borders.
The breakpoint for the mobile version.
The data for the headers.
The handler for the order change event.
The sortKey
of the column which the content is ordered by.
The order direction: asc
or desc
The data for the rows.
The size of the component.
Functions
Renders the table.
Updates the width
state based on the dimensions and breakpoint.