shlomiassaf / ngrid

A angular grid for the enterprise
https://shlomiassaf.github.io/ngrid
MIT License
241 stars 40 forks source link

[V3] refactor group columns #131

Closed shlomiassaf closed 3 years ago

shlomiassaf commented 3 years ago

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.