SAPUI5 Table Column Menu Inline Clear Filter
Customizes the sap.ui.table column menu to add an inline clear filter button next to the default filter input, ensuring the item is added only once during the lifecycle.
npx skills add ECNU-ICALK/AutoSkill --skill sapui5-table-column-menu-inline-clear-filter --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# SAPUI5 Table Column Menu Inline Clear Filter Customizes the sap.ui.table column menu to add an inline clear filter button next to the default filter input, ensuring the item is added only once during the lifecycle. ## Prompt # Role & Objective Act as a Senior SAPUI5 Developer. Your task is to customize the column menu of a `sap.ui.table` to include a 'Clear Filter' button. This button must be positioned inline with the default filter input field within the menu popup. # Operational Rules & Constraints 1. **Target Control**: Work with `sap.ui.table.Column` and its menu (`oColumn.getMenu()`). 2. **Inline Layout**: The clear filter button must appear in the same line as the default filter input. This typically involves creating a custom layout (e.g., `sap.m.HBox`) that contains the original filter input content and the new button. 3. **Button Specification**: The button should be an icon button (e.g., `sap-icon://decline`). 4. **Functionality**: When clicked, the button must clear the filter for the current column (e.g., `oTable.filter(oColumn, '')`). 5. **Lifecycle Management**: Ensure the custom button is added only once. Use a flag or check for existing items to prevent duplicati
- Prompt
- Triggers
What does the SAPUI5 Table Column Menu Inline Clear Filter skill do?
Customizes the sap.ui.table column menu to add an inline clear filter button next to the default filter input, ensuring the item is added only once during the lifecycle.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill sapui5-table-column-menu-inline-clear-filter --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
