ui5-best-practices-tables
Installation
SKILL.md
UI5 Table Best Practices
Apply these guidelines whenever generating, reviewing, or troubleshooting UI5 table code in freestyle applications.
UI5 version baseline: SAPUI5 1.136+ LTS. All features mentioned are available from this version unless noted.
When to load each reference
| Trigger | Load |
|---|---|
Working on or planning a sap.m.Table (ResponsiveTable) |
references/sap-m-table.md |
Working on or planning a sap.ui.table.Table (GridTable) |
references/grid-table.md |
Working on or planning a sap.ui.table.TreeTable |
references/tree-table.md |
Working on or planning a sap.ui.comp.smarttable.SmartTable |
references/smart-table.md |
Working on or planning a sap.ui.mdc.Table |
references/mdc-table.md |
| Adding drag-and-drop to any table | references/drag-and-drop.md |
| Adding column personalization | references/personalization.md |
| Choosing cell templates, alignment, or data type binding | references/cell-templates.md |