Frontmatter
| id | 6628 |
| title | Covid.view.country.Table: make the index column non-sortable |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 7, 2025, 4:20 PM |
| updatedAt | Apr 7, 2025, 4:23 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6628 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 7, 2025, 4:23 PM |
table.header.Toolbar: createItems()needs to prioritize item basedsortableconfigssortable: falsefor the index columnrationale: while there is an
indexfield inside thedata.Model, it has no values inside the store data. sorting by this column makes little sense anyway, since it is supposed to display ascending values.