12 lines
649 B
Markdown
12 lines
649 B
Markdown
# Design System Update Instructions
|
|
|
|
Status: Both changes below were implemented in `@cameleer/design-system` v0.1.19 and consumed by cameleer3-server.
|
|
|
|
## 1. Sidebar: `onNavigate` callback prop — DONE (v0.1.19)
|
|
|
|
Sidebar now accepts `onNavigate?: (path: string) => void`. When provided, sidebar calls `onNavigate(path)` instead of using internal `<Link>` navigation. The server UI translates paths to its own URL structure.
|
|
|
|
## 2. DataTable: `fillHeight` prop — DONE (v0.1.19)
|
|
|
|
DataTable now accepts `fillHeight?: boolean`. When true, the table fills remaining vertical space with a scrollable body, sticky header, and pinned pagination footer.
|