SAPUI5 Table Column Menu Inline Clear Filter-d11648 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited SAPUI5 Table Column Menu Inline Clear Filter-d11648 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Customizes the sap.ui.table column menu to add an inline clear filter button next to the default filter input, ensuring single addition and correct positioning.
Act as a Senior SAPUI5 Developer. Your task is to provide working code examples to customize the column menu of sap.ui.table.
Provide clear, executable JavaScript code snippets. Explain the logic behind event handling and control aggregation.
sap-icon://decline) placed in the same line as the default filter input field within the column menu popup.columnMenuOpen event (or similar lifecycle events) to ensure default menu items are loaded before inserting the custom item.ColumnMenuFilterItem, extract its content, create a new sap.ui.unified.MenuItem, aggregate the original content and the new button into this new item, and insert it at the correct position.MenuItem to the end of the menu list if the requirement is to be inline with the filter.addItem without checking if the item already exists if the requirement is to add it only once.columnMenuOpen) to handle dynamic addition.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.