Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track Feature: Cell spanning (aka. Merged cells) #50

Open
adamerose opened this issue Aug 8, 2023 · 2 comments
Open

Track Feature: Cell spanning (aka. Merged cells) #50

adamerose opened this issue Aug 8, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@adamerose
Copy link
Contributor

ag-grid: Yes (Free)
https://www.ag-grid.com/javascript-data-grid/row-spanning/
https://www.ag-grid.com/javascript-data-grid/column-spanning/

handsontable: Yes
https://handsontable.com/docs/javascript-data-grid/merge-cells/

glide-data-grid: Partial (Column spanning but not row)
https://www.github.com/quicktype/glide-data-grid/issues/487

@statico
Copy link
Owner

statico commented Aug 20, 2023

The row version of this is currently called "row grouping": https://github.com/statico/jsgrids/blob/main/lib/features.ts#L131-L136

I'd absolutely be open to tracking column grouping, too, but I don't have the time to go through all the libraries right now. PRs welcome!

@statico statico added enhancement New feature or request help wanted Extra attention is needed labels Aug 20, 2023
@jassmith
Copy link
Contributor

Spanning and grouping are slightly different concepts. How many grids would need to be updated for you to consider merging this feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants