You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using prop and span to define column group, use a different way so columns that are not siblings can share the same group. (currently only supported after init, using dragging)
We should use something like columnId list.
the prop/span method should be deprecated and removed in v4.
The text was updated successfully, but these errors were encountered:
shlomiassaf
changed the title
refactor group columns
[V3] refactor group columns
Nov 2, 2020
…group definitions
Closes#123Closes#131
BREAKING CHANGE:
`prop` and `span` are deprecated from `PblColumnGroupDefinition` and will be removed from version 4.0.0
`prop` and `span` are removed from `PblColumnGroup` and instread columnIds list is used
…group definitions
Closes#123Closes#131
BREAKING CHANGE:
`prop` and `span` are deprecated from `PblColumnGroupDefinition` and will be removed from version 4.0.0
`prop` and `span` are removed from `PblColumnGroup` and instread columnIds list is used
…group definitions
Closes#123Closes#131
BREAKING CHANGE:
`prop` and `span` are deprecated from `PblColumnGroupDefinition` and will be removed from version 4.0.0
`prop` and `span` are removed from `PblColumnGroup` and instread columnIds list is used
…group definitions
Closes#123Closes#131
BREAKING CHANGE:
`prop` and `span` are deprecated from `PblColumnGroupDefinition` and will be removed from version 4.0.0
`prop` and `span` are removed from `PblColumnGroup` and instread columnIds list is used
Instead of using
prop
andspan
to define column group, use a different way so columns that are not siblings can share the same group. (currently only supported after init, using dragging)We should use something like columnId list.
the prop/span method should be deprecated and removed in v4.
The text was updated successfully, but these errors were encountered: