Display structured data in a condensed, searchable format.
Customer
|
|
|
|
|
---|---|---|---|---|
|
Jul 31, 9:50 AM | $162.00 |
|
|
|
Jul 31, 12:08 PM | $32.00 |
|
|
|
Jul 31, 11:50 AM | $163.00 |
|
|
|
Jul 31, 11:15 AM | $29.00 |
|
|
|
Jul 31, 11:08 AM | $72.00 |
|
The primary table example above is a full-featured table with sorting, pagination, etc. Here's a clean example of a simple data table that you can use as a simpler starting point.
Customer
|
Date
|
Status
|
Amount
|
---|---|---|---|
Lindsey Aminoff | Jul 29, 10:45 AM | $49.00 | |
Hanna Lubin | Jul 28, 2:15 PM | $312.00 | |
Kianna Bushevi | Jul 30, 4:05 PM | $132.00 | |
Gustavo Geidt | Jul 27, 9:30 AM | $31.00 |
Allow users to navigate through different pages of data by passing in any model paginator to the paginate prop.
Allow users to sort rows by specific columns using a combination of the sortable, sorted, and direction props.
Customer
|
|
|
---|---|---|
|
Jul 31, 9:50 AM | $162.00 |
|
Jul 31, 12:08 PM | $32.00 |
|
Jul 31, 11:50 AM | $163.00 |
|
Jul 31, 11:15 AM | $29.00 |