react-data-grid
react-data-grid copied to clipboard
Feature: Column Groups
I think in general the API looks good. I just think it would be nice to have more options on the "parent" header cells as well. For example the class option.
Should I go ahead with the implementation to also render the header rows again?
Since there might be varying tree depths in various column groups, a flatter structure would help. What I think should maybe be the return value for the rendered header column definitions, should be like an array of arrays of cells to make iterating through them easier when rendering.
@amanmahajan7 @ekeuus Hello. Any updates about this feature?
@alexey-koren I opened a PR here - https://github.com/adazzle/react-data-grid/pull/2684. Check out the video and checkout the code and test if it is suitable for your use-case.
@alexey-koren I opened a PR here - #2684. Check out the video and checkout the code and test if it is suitable for your use-case.
Thank you. Will check it.