ComponentsComplexTableDisplay data in tabular formatCopy MarkdownOpenExamples Basic TablePreviewCodeNameEmailJohn Doejohn@example.comJane Smithjane@example.com Schema interface TableSchema { type: 'table'; columns: Array<{ header: string; accessorKey: string }>; data: Record<string, any>[]; }Header BarApplication header with sidebar trigger and breadcrumb navigationData TableEnterprise-grade data table with sorting, filtering, pagination, and row actions