Tags: orneryd/uiGrid
Tags
fix(wasm): add wash bridge functions that are missing
feat(grid): hide per-column icons and enforce enableCellEdit opt-out
- renderHeaderCell now omits the sort and group buttons when the column
sets `sortable: false`, `enableSorting: false`, or `enableGrouping:
false`, matching the legacy ui-grid hide pattern and the existing pin
behavior. The buttons no longer render in a disabled state.
- VanillaGridController.beginCellEdit guards on isCellEditable so a
column with `enableCellEdit: false` cannot be opened for edit via
double-click, F2, Enter, printable keys, or the post-Tab/Enter
resumeEdit hop, even when the grid sets `enableCellEdit: true`.
- Tests: add a row-edit case for the global-on / column-off path and
refresh the keyboard-navigation suite to assert focus lands on the
next editor input (correct resumeEdit behavior previously masked by
the missing guard).
- Publish workflow: web suite now publishes core -> vanilla ->
{react, angular}; react and angular jobs wait on publish-vanilla
and poll the registry for the vanilla tarball before building.
PreviousNext