Frontmatter
| id | 8997 |
| title | Feat: DevRank Selection Model Tab |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Feb 5, 2026, 10:29 AM |
| updatedAt | Feb 5, 2026, 10:39 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8997 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8930 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 5, 2026, 10:39 AM |
Feat: DevRank Selection Model Tab
tobiu added parent issue #8930 on Feb 5, 2026, 10:31 AM
tobiu assigned to @tobiu on Feb 5, 2026, 10:38 AM

tobiu
Feb 5, 2026, 10:38 AM
Input from Gemini 3 Pro:
✦ Implemented the "Selection" tab in
DevRank.view.ControlsContainer.
- Added imports for
Neo.selection.gridmodels,Neo.form.field.Radio, andNeo.tab.Container.- Added a new tab item with Radio buttons for switching selection models (Cell, Column, Row, etc.).
- Implemented
onSelectionModelChangehandler to updategrid.body.selectionModel.Verification: The UI now matches the Big Data Grid example's selection controls.
tobiu closed this issue on Feb 5, 2026, 10:39 AM
Implement a "Selection" tab in the DevRank ControlsContainer to allow users to dynamically switch between different grid selection models (Cell, Column, Row, etc.), matching the functionality of the Big Data Grid example.
Tasks:
apps/devrank/view/ControlsContainer.mjs.onSelectionModelChangehandler.