0.2.2 • Published 4 years ago

@simplr-wc/data-table v0.2.2

Weekly downloads
20
License
MIT
Repository
github
Last release
4 years ago

Simplr Data Table

Usage

Import
import '@simplr-wc/data-table';
Use
<simplr-data-table></simplr-data-table>

Properties

PropertyAttributeTypeDefaultDescription
loadingloadingbooleanfalseIs the data-table still loading
noResultsMessagenoResultsMessagestring""Message shown when no results were found
pageCountpageCountnumber1Count of pages in table
resultsPerPageresultsPerPagenumber20Number of results to display per page
tableColumnstableColumnsarray[]Column names of data table
tableDatatableDataarray[]Data of data table
tableLabeltableLabelstring""Label of the data table
tableOptionstableOptionsobject{"isRowSelectable":false,"tableClass":"simplr-table","highlightFirstRowOnMobile":true}Options of data table
tablePagetablePagenumber1Current page of data table

Events

Event
rowClick
0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.6

4 years ago