Table
Display tabular data with sorting and pagination
Name | Email | Status |
---|---|---|
Alex Thompson | [email protected] | Inactive |
Sarah Chen | [email protected] | Active |
James Wilson | [email protected] | Inactive |
Maria Garcia | [email protected] | Active |
Lars Nielsen | [email protected] | Active |
Emily Davis | [email protected] | Active |
Michael Brown | [email protected] | Inactive |
Sophia Martinez | [email protected] | Active |
Daniel Lee | [email protected] | Inactive |
Olivia Taylor | [email protected] | Active |
William Johnson | [email protected] | Inactive |
Ava Anderson | [email protected] | Active |
Ethan Thomas | [email protected] | Inactive |
Mia Hernandez | [email protected] | Active |
Alexander Moore | [email protected] | Inactive |
Charlotte White | [email protected] | Active |
Benjamin Clark | [email protected] | Inactive |
Amelia Lewis | [email protected] | Active |
Lucas Walker | [email protected] | Inactive |
Harper Hall | [email protected] | Active |
Installation
Imports
Props
Prop Name | Default Values | Values |
---|---|---|
checkbox | false | true/false |
verticalLine | false | true/false |
enableSorting | false | true/false |
stripedTable | false | true/false |
dragAndDrop | false | true/false |
resizable | false | true/false |
sticky | false | true/false |
tableHeight | 250px | 150px,200px,250px,300px |
headerHeight | 40px | 40px,60px,90px,110px |
rowHeight | 40px | 40px,60px,90px,110px |
data | - | - |
columns | - | - |
Usage