# Table Management Pattern (Shared Module) Shared reusable module for high-density table screens across patterns. This module is the canonical source for: - unified table toolbar layout (single container, grouped actions, vertical separators) - icon-first action buttons with deterministic semantics - select/actions narrow edge columns - toolbar+table visual seam behavior (single continuous block) - canonical SVG icon sprite for table actions (shared at theme layer) - canonical Aqua style surface for the module (shared at theme layer) Use this module as the base interaction contract for: - `controls-selection` - `operator-tools` Pattern-specific contracts should only define additions or exceptions. ## Canonical Assets - Behavior/layout contract: `contract.md` - Global icon sprite: `../theme-aqua-legacy/templates/icon_sprite.html` - Global Aqua stylesheet: `../theme-aqua-legacy/demo-aqua-freeze.css`