Replies: 3 comments
-
|
It seems you are describing pro version span/merge feature, is that so or there is something more?
|
Beta Was this translation helpful? Give feedback.
-
|
Hello @revolist, I think what @lhegenba means is that more granular control is needed. Instead of automatically merging everything, it should be possible to define how merging works. Example: This means that all other columns in the group follow the merge behavior of Column 6. Even if the next row contains the same value as above in those other columns, they will only merge as far as Column 6 merges.
|
Beta Was this translation helpful? Give feedback.
-
|
Implemented in the Pro repository: https://github.com/revolist/revogrid-pro/pull/377 The PR adds dependency-based SameValueMergePlugin boundaries with |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Description
The possibility to add dependencies on when to cell span/merge
A column X should only spann/merge, if column Y and Z have also span/merge there
Example of what we like to do
How it works in ag grid
Beta Was this translation helpful? Give feedback.
All reactions