Use when working with detail bands — the 1:N child row fan-out feature that produces vertical sub-row expansion under parent rows. Covers the DetailBandSpec contract, band column catalog propagation, per-band SQL generation, JS-side row stitching (separate…
xiaden/tableflip
SkillsMP has collected 5 skills from xiaden/tableflip. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 5 of 5 collected skills.
Architectural orientation for the SQL query construction layer. Covers module responsibilities, data flow, invariants, and debugging guidance. Use before modifying any SQL generation code.
End-to-end report pipeline from data ingestion through SQL generation, report execution, result shaping, output layout, and export. Covers layer responsibilities, entrypoints, invariants, and navigation tips for the five-layer architecture.
Core state lifecycle: store, load, serialize, hydrate, apply, validate, and the reactive pub/sub pattern for app state in TableFlip Preact.
Use when working with the Preact UI layer — understanding the app shell composition, card/section/component hierarchy, store subscription pattern, ownership boundaries with core/query/report layers, AG Grid and XLSX vendor integration, export pipeline, or…