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`.

ui5 15849f6 6.8 KB Updated

File contents

ui5/plugins-coding-agents/tree/main/plugins/ui5-modernization/skills/fix-table-row-mode commit 15849f62bf

Frequently asked questions

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