ClaudeSuperPower

fix-table-row-mode

Skill

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

Install

git clone https://github.com/UI5/plugins-coding-agents.git ~/.claude/skills/fix-table-row-mode

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

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Inherit all session tools

Declares no tool restrictions — inherits every session tool

~137 tokens of context used while enabled, before you invoke anything

Documentation

README · ~3 min read

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 IDMessage Pattern
no-deprecated-apiUse of deprecated property 'visibleRowCountMode' of class 'sap.ui.table.Table'
no-deprecated-apiUse of deprecated property 'visibleRowCount' of class 'sap.ui.table.Table'
no-deprecated-apiUse of deprecated property 'rowHeight' of class 'sap.ui.table.Table'
no-deprecated-apiUse of deprecated property 'fixedRowCount' of class 'sap.ui.table.Table'

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.