Data Table
Data Table component from @bungas/ui
Data Table component from @bungas/ui
The DataTable component from Bungas UI.
| 1 | John Doe | john@example.com | Admin | Active | |
| 2 | Jane Smith | jane@example.com | User | Active | |
| 3 | Bob Johnson | bob@example.com | Manager | Inactive | |
| 4 | Alice Brown | alice@example.com | User | Active | |
| 5 | Charlie Wilson | charlie@example.com | Admin | Active | |
| 6 | Diana Lee | diana@example.com | User | Active | |
| 7 | Edward Kim | edward@example.com | Manager | Active | |
| 8 | Fiona Chen | fiona@example.com | User | Inactive |
Rows per page
npm install @bungas/uiimport { DataTable } from "@bungas/ui"import { DataTable } from "@bungas/ui"
export function Example() {
return <DataTable />
}| 1 | John Doe | john@example.com | Admin | Active | |
| 2 | Jane Smith | jane@example.com | User | Active | |
| 3 | Bob Johnson | bob@example.com | Manager | Inactive | |
| 4 | Alice Brown | alice@example.com | User | Active | |
| 5 | Charlie Wilson | charlie@example.com | Admin | Active | |
| 6 | Diana Lee | diana@example.com | User | Active | |
| 7 | Edward Kim | edward@example.com | Manager | Active | |
| 8 | Fiona Chen | fiona@example.com | User | Inactive |
Rows per page