Description
Datagrids with custom content columns (edit/delete buttons) work via `CREATE OR MODIFY`, but the skill docs mark these as "experimental" and they may show warnings in Studio Pro. Edit and delete buttons in grids are a fundamental CRUD pattern and should be fully supported.
Current State
Custom content columns with action buttons can be created but:
- Marked as experimental in skill documentation
- May produce warnings in Studio Pro
- No round-trip fidelity guarantee
Suggested Fix
- Test and stabilize custom content column BSON serialization
- Remove "experimental" label from skill docs
- Ensure DESCRIBE roundtrip produces clean output for pages with action columns
Impact
Medium — edit/delete buttons in grids are used in virtually every CRUD app.
Description
Datagrids with custom content columns (edit/delete buttons) work via `CREATE OR MODIFY`, but the skill docs mark these as "experimental" and they may show warnings in Studio Pro. Edit and delete buttons in grids are a fundamental CRUD pattern and should be fully supported.
Current State
Custom content columns with action buttons can be created but:
Suggested Fix
Impact
Medium — edit/delete buttons in grids are used in virtually every CRUD app.