Table

A responsive table component for displaying tabular data.

Usage

PreviewCode
A list of your recent invoices.InvoiceStatusMethodAmountINV001PaidCredit Card$250.00INV002PendingPayPal$150.00INV003PaidBank Transfer$350.00INV004OverdueCredit Card$450.00

API Reference

VoltTableBody — volt-table-body

InputTypeDefault
class string ''

VoltTableCaption — volt-table-caption

InputTypeDefault
class string ''

VoltTableCell — volt-table-cell

InputTypeDefault
class string ''

VoltTableFooter — volt-table-footer

InputTypeDefault
class string ''

VoltTableHead — volt-table-head

InputTypeDefault
class string ''

VoltTableHeader — volt-table-header

InputTypeDefault
class string ''

VoltTableRow — volt-table-row

InputTypeDefault
class string ''

VoltTable — volt-table

InputTypeDefault
class string ''

Component Source

Install via CLI:npx @voltui/cli add table
TypeScript
Loading editor…

Copy this code to your project.