fix-table-row-mode

Installation
SKILL.md

Fix Table Row Mode (no-deprecated-api)

This skill fixes deprecated row-related properties on sap.ui.table.Table that the UI5 linter detects but cannot auto-fix. The modernization replaces flat properties with a structured rowMode aggregation.

IMPORTANT: Do NOT modernize sap.ui.table.Table to sap.m.Table — they are not equivalent.

Linter Rule

Rule ID Message Pattern
no-deprecated-api Use of deprecated property 'visibleRowCountMode' of class 'sap.ui.table.Table'
no-deprecated-api Use of deprecated property 'visibleRowCount' of class 'sap.ui.table.Table'
no-deprecated-api Use of deprecated property 'rowHeight' of class 'sap.ui.table.Table'
no-deprecated-api Use of deprecated property 'fixedRowCount' of class 'sap.ui.table.Table'
no-deprecated-api Use of deprecated property 'fixedBottomRowCount' of class 'sap.ui.table.Table'
no-deprecated-api Use of deprecated property 'minAutoRowCount' of class 'sap.ui.table.Table'

Property Mapping

Installs
9
GitHub Stars
25
First Seen
10 days ago
fix-table-row-mode — ui5/plugins-coding-agents