Docs / Components

SenseTreeTableComponent

Hierarchical data table with filtering and sorting from @artificialsenselabs/ui.

Live demo: run nx serve showcase and open /components/tree-table (port 4202).

Overview

Category: Data. Selector: sense-tree-table. Import: import { SenseTreeTableComponent, SenseTreeTableColumnComponent } from '@artificialsenselabs/ui';

Accessibility

  • Table exposes a localized aria-label and built-in filter input with associated label.
  • Tree rows use expand/collapse buttons with localized labels.
  • Sortable headers announce sort direction via icon labels.