Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/ephraimduncan/blocks/llms.txt

Use this file to discover all available pages before exploring further.

Data table with row grouping functionality. Organize related rows into collapsible groups.

Installation

Install the component from the Blocks registry:
npx shadcn@latest add @blocks/table-04

Dependencies

This component requires the following shadcn/ui components:
  • collapsible
  • table
And the following npm packages:
npm install lucide-react

Usage

import Table04 from "@/components/table-04";

export default function Page() {
  return <Table04 />;
}

Features

  • Row grouping - Group rows by category
  • Collapsible groups - Expand/collapse group sections
  • Group headers - Clear group identification
  • Aggregated data - Group-level summaries
  • Visual hierarchy - Clear group structure
  • Organized display - Better data organization

Use Cases

  • Category-based data
  • Department organization
  • Date-based grouping
  • Team-based views
  • Product categories
  • Status-based grouping