#12082 closed enhancement (fixed)
EnhancedGrid - nested sorting refactor
Reported by: | evan | Owned by: | bryanforbes |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Grid | Version: | 1.5 |
Keywords: | edg nested sorting | Cc: | [email protected]…; [email protected]…; [email protected]… |
Blocked By: | Blocking: |
Description
Nested sorting is refactored for 1.6 with:
- Smaller code size
- Simpler UI strucutre
- Performance improvements for scenario of large set of columns
- Support for default nested sorting order(#11286)
- Disabling nested sorting for a columns(#11447)
- JS API for dynamically setting nested sorting order(by reusing setSortIndex() API from base DataGrid?)
[Remained works]
- Fix focus & keyboard issues
- Fix RTL & A11y
- Claro styling issues
- Test & fix potential compatibility issues with various base Grid api & usages
Attachments (1)
Change History (13)
Changed 10 years ago by
Attachment: | nestedsorting.patch added |
---|
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
comment:6 Changed 10 years ago by
comment:7 Changed 10 years ago by
comment:8 Changed 10 years ago by
comment:10 Changed 10 years ago by
comment:11 Changed 10 years ago by
comment:12 Changed 10 years ago by
(In [25830]) Refs #12082 !strict safely make grid.getSortIndex() do nothing when NestedSorting? is on
Note: See
TracTickets for help on using
tickets.
(In [23358]) Fixes #12082. Proxy commit for evan (IBM, CCLA). EnhancedGrid? sorting fixes.