Sort data table resource numbers
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Neeldhara Misra 2026-06-29 03:41:39 +05:30
parent b2684d5cee
commit d598004d79
9 changed files with 94 additions and 51 deletions

View file

@ -344,7 +344,7 @@ Attributes:
| `headers="key:Label,..."` | Optional | Human-readable labels for selected columns. |
| `link="title"` | Optional | Column whose value links through the row's URL field. |
| `url="link"` | Optional | URL field used by the linked column; defaults to `link`. |
| `number="slno"` | Optional | Prefix the linked column with a row number field. |
| `number="slno"` | Optional | Prefix and sort the linked column by a row number field. |
| `caption="Resources"` | Optional | Visible toolbar title and accessible table caption. |
| `search="false"` | Optional | Disable local table search; enabled by default. |
| `sort="false"` | Optional | Disable sortable headers; enabled by default. |