Raxol.UI.Layout.Table (Raxol v2.0.1)
View SourceTable layout operations for the UI system.
Provides advanced table layout functionality including:
- Column width calculation
- Row height computation
- Cell positioning
- Table scrolling support
- Responsive column sizing
Summary
Functions
Measures a table element.
Calculates the required dimensions for a table based on:
- Column widths (auto-sized or fixed)
- Row count and height
- Headers and borders
- Available space constraints
Measures and positions a table element.
Performs full layout calculation including:
- Cell positioning within the table grid
- Header row positioning
- Border and separator positioning
- Scrollable area configuration