Table
8
William Clark
william.clark@email.com
3
Sophia Martinez
sophia.martinez@email.com
4
Olivia Wilson
olivia.wilson@email.com
1
Michael Brooks
michael.brooks@email.com
5
Isabella White
isabella.thompson@email.com
2
Emma Carter
emma.carter@email.com
9
Emily Davis
emily.davis@email.com
6
Daniel Harris
daniel.harris@email.com
7
Ava Johnson
ava.johnson@email.com
1 - 9 of 9
<BaseTable</BaseTable>
itemsPerPage= "10"
items= "[...users]"
defaultSorting= "name"
><template #table-row = { item }>
<BaseTableCell label=Id sort-by=id>...</BaseTableCell>
<BaseTableCell label=Name sort-by=name>...</BaseTableCell>
<BaseTableCell label=Email sort-by=email>...</BaseTableCell>
</template>Properties
- itemsPerPageWhether to use pagination.
- itemsThe items to display in the table.
- defaultSortingThe default sorting of the table.