What it does
- Custom typed columns (text / number / date) defined in place.
- Type-aware header sorting (numbers numerically, dates chronologically, empties last).
- Row editing in a dialog; undoable delete per row.
- LINK MODULE: pick any module and a read-only live table of its records renders above yours — columns auto-derived and typed, rows read through the link on every load, so a new record there appears here with zero sync.
- Unlink returns a plain table; your custom columns/rows are untouched either way.
How to use it
- Columns first, rows second; tap a cell to edit.
- "Link module" in the header for the live view; "Unlink" to detach.
Links and tags
- This IS the views link — the flagship of module-to-module linking.
Best used for
- Clothing sizes, serial numbers, insurance summary, a live measurements sheet.
Smart touches
- Live-link a Growth module and keep your custom "next size to buy" column beside the live data.