Commit 57cd7dd
committed
fix(pat-structure): Fix ordering logic.
The logic to set orderable columns in the structure pattern was quite
wrong:
- The very first and second-to-last columns were set to no ordering.
This PR fixes it to the very first (selection checkboxes) and very
last column (actions column).
- The very first column was set for a default, ascending ordering. This
went unnoticed, as the checkbox cells all have the same order
information. This PR sets no initial ordering, as we want the order
position in the container set as the default ordering.
Fixes: #15511 parent 42fa9cd commit 57cd7dd
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
| 85 | + | |
| 86 | + | |
84 | 87 | | |
85 | | - | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| |||
0 commit comments