- sortLabel
Accessible label for column sort buttons.
Takes a {name}
parameter for the column name.
- filterPlaceholder
Placeholder for column filter inputs.
- filterLabel
Accessible label for column filter inputs.
Takes a {name}
parameter for the column name.
- searchPlaceholder
Placeholder for the table search input.
- searchLabel
Accessible label for the table search input.
- noData
Placeholder text when the table has no data.
- pageNext
Text for the next page button.
- pagePrevious
Text for the previous page button.
- pageNumbers
Text for the page numbers info. Only used with the "jump"
and
"simple"
pagination types.
Takes the following parameters:
- pageInfo
Text for the page info.
Takes the following parameters:
{rowStart}
for the starting row of the page
{rowEnd}
for the ending row of the page
{rows}
for the total number of rows
- pageSizeOptions
Text for the page size options input.
Takes a {rows}
parameter for the page size options input.
- pageNextLabel
Accessible label for the next page button.
- pagePreviousLabel
Accessible label for the previous page button.
- pageNumberLabel
Accessible label for the page number buttons.
Only used with the the "numbers"
pagination type.
Takes a {page}
parameter for the page number.
- pageJumpLabel
Accessible label for the page jump input. Only used with
the "jump"
pagination type.
- pageSizeOptionsLabel
Accessible label for the page size options input.
- groupExpandLabel
Accessible label for the row group expand button.
- detailsExpandLabel
Accessible label for the row details expand button.
- selectAllRowsLabel
Accessible label for the select all rows checkbox.
- selectAllSubRowsLabel
Accessible label for the select all sub rows checkbox.
- selectRowLabel
Accessible label for the select row checkbox.
- defaultGroupHeader
Deprecated and no longer used.
- detailsCollapseLabel
Deprecated and no longer used.
- deselectAllRowsLabel
Deprecated and no longer used.
- deselectAllSubRowsLabel
Deprecated and no longer used.
- deselectRowLabel
Deprecated and no longer used.