Frontmatter
| tagName | 8.11.0 |
| name | Table Selection Models |
| publishedAt | 1/28/2025, 11:03:00 AM |
| isPrerelease | |
| isDraft |
Table Selection Models
- All table SMs are now completely decoupled from DOM based cell or row focus
- The
tbodynode is now the only focus receiver (we could change this, in case we want focus based navigation without selecting) - Grid & Table SMs are in sync again
- ComboBox now fires a change event, when the value is null & forceSelection is enabled
- Fixed the Table Filtering example: https://github.com/neomjs/neo/issues/6298
- Fixed a glitch inside the table.container example: https://github.com/neomjs/neo/issues/6324
- Neo.Main.getByPath() can now also trigger window based methods: https://github.com/neomjs/neo/issues/6314
Code changes in 1 commit: https://github.com/neomjs/neo/commit/d1954eb7d0999539c794b23ee80748e5d5d2a0a3