0.0.1-patch-2.2-2 • Published 9 months ago

dt-table v0.0.1-patch-2.2-2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago
    <DataTable
        dataKey='entity_id'  
        data={DATA}
        columns={COLUMNS} 
        sortable
        sortmode="multi" 
        filterable
        filters={FILTERS}
        rows={25}
        totalRecords={25}
        resizableColumns 
    />

json file for the constants available in sample directory