Table Element that displays tabular data in a structured format of rows and columns.

Controls
Border between rows.
Equal width columns.
Subtle grey background on every other tbody > tr.
Reduce cell padding.
Optional header sub-label.
Optional cell sub-data.
End-align the last cells in each column.
Pin header/footer rows so that if the table to needs to scroll the cells stay within view.
Pin th columns so that if the table to needs to scroll the cells stay within view.

Properties Jump to heading

Class / Token Type
.prs-table-container Component Container
.prs-table Component For <table>
.prs-table-fixed Modifier Equal column widths
.prs-table-bordered Modifier Add divider lines
.prs-table-striped Modifier Even/odd highlight
.prs-table-compact Modifier Less padding
.prs-table-pin-rows Modifier Sticky <thead> and <tfoot>
.prs-table-pin-cols Modifier Sticky <th> columns
.prs-cell-name Part Name/email
.prs-cell-stacked Part Stacked content
.prs-cell-end Part Justify end/right
.prs-cell-actions Part Header cell actions container
.prs-cell-info Part Info tooltip container
.prs-cell-sort Part Sorting container