Skip to content

Props

Required

nametypedescription
itemsfunction Array() { [native code] }Array of data objects, should be a flat array.
measuresfunction Array() { [native code] }Array of Measure objects representing the metrics

Optional

namedefaulttypedescription
dimensions() => []function Array() { [native code] }Array of Dimension objects representing the row-dimensions
pivotfunction Object() { [native code] }Single Pivot object representing the column-dimension. Limited to 1 for reduced complexity.
localeen-USfunction String() { [native code] }Locale setting for the table.
currentPage1function Number() { [native code] }Current page number.
noRowsCustomfalsefunction Boolean() { [native code] }Indicates whether to use custom rows when no data is available.
emptyMessageNo Available Datafunction String() { [native code] }Message to display when there is no available data.
filterOptionsfunction Array() { [native code] }Array of filter options for the table.
hideFooterfalsefunction Boolean() { [native code] }Indicates whether to hide the table footer.
hideHeaderfalsefunction Boolean() { [native code] }Indicates whether to hide the table header.
loadingfalsefunction Boolean() { [native code] }Indicates whether the table is in a loading state.
rowsPerPage25function Number() { [native code] }Number of rows per page.
searchFieldfunction String() { [native code] },function Array() { [native code] }Field or fields to search within.
rowsItems() => [25, 50, 100]function Array() { [native code] }
rowsOfPageSeparatorMessageoffunction String() { [native code] }
searchValuefunction String() { [native code] }Value to search for within the specified field(s).
showIndexfalsefunction Boolean() { [native code] }Indicates whether to display an index column.
showIndexSymbol#function String() { [native code] }Symbol used for the index column.
showIndexClassfunction String() { [native code] }Class used for the index column.
oddRowClassodd-rowfunction String() { [native code] }CSS class applied to odd-numbered rows.
evenRowClasseven-rowfunction String() { [native code] }CSS class applied to even-numbered rows.
oddRowCellClassodd-row-cellfunction String() { [native code] }CSS class applied to cells in odd-numbered rows.
customTableRowClass() => nullfunction Function() { [native code] }Custom function to apply classes to tablerows <tr>.
customTableDataClass() => nullfunction Function() { [native code] }Custom function to apply classes to tablerows <td>.
evenRowCellClasseven-row-cellfunction String() { [native code] }CSS class applied to cells in even-numbered rows.
sortByfunction String() { [native code] }Field or fields to sort by.
sortTypeascfunction String() { [native code] }Sort type or types (ascending or descending).
sortPivotValuefunction String() { [native code] }Sort pivotValue when pivot is active
tableClassNamefunction String() { [native code] }CSS class applied to the table element.
innerTableClassNamefunction String() { [native code] }CSS class applied to the inner table element.
headerClassNamefunction String() { [native code] }CSS class applied to the table header element.
mustSortfalsefunction Boolean() { [native code] }Indicates whether sorting is required.
tableNodeIdfunction String() { [native code] }ID attribute for the table element.
nullFillText-function String() { [native code] }Text to be shown if cellvalue is null
splitDimensionHeadersfalsefunction Boolean() { [native code] }Forces spit of dimension headers into separate cells.