Fix Table Row Mode

Fix deprecated `sap.ui.table.Table` row properties that UI5 linter reports but cannot auto-fix. Use this skill when linter outputs: - `no-deprecated-api` with messages about `visibleRowCountMode`, `visibleRowCount`, `rowHeight`, `fixedRowCount`, `fixedBottomRowCount`, or `minAutoRowCount` Trigger on: deprecated row-related properties on sap.ui.table.Table in JS or XML, modernization to rowMode aggregation. Converts deprecated flat properties to a structured `rowMode` aggregation using `sap.ui.table.rowmodes.Fixed`, `Interactive`, or `Auto`.

williamcorrea23 15849f6 6.8 KB Updated

File contents

williamcorrea23/sap-router-skill/tree/main/.agents/skills/fix-table-row-mode commit 15849f62bf

Frequently asked questions

npx skillmds@latest add williamcorrea23/fix-table-row-mode