Replies: 1 comment 4 replies
-
You should try something before asking because it doesn't look like you tried anything since you didn't provide the code you tried. Anyway the events that triggers a re-rendering of the column grouping is here. I guess you could also trigger the same method yourself to re-render by calling You also should consider asking these type of questions on Stack Overflow, you should always provide code of what you tried |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I like the Header Title Grouping feature.
![image](https://private-user-images.githubusercontent.com/11557985/272824827-a19c3c71-2362-4b0c-b5d2-d13b7c8c6d0d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDIwMTcsIm5iZiI6MTczOTIwMTcxNywicGF0aCI6Ii8xMTU1Nzk4NS8yNzI4MjQ4MjctYTE5YzNjNzEtMjM2Mi00YjBjLWI1ZDItZDEzYjdjOGM2ZDBkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE1MzUxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVjZmI4OGJmOGRhNDJkNDBmODM0NDk1MGE5N2QzMjFlZGE0ZjgzNzRiZGRlZjIyMDBmMTNmNGM4YTAyNzBmZmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.zOAERc67DQ0WbrfJ5zKckwnz1RiMGMNErkeELFL8EeI)
I was hoping if i could dynamically group columns titles when the table is already generated. and able to collapse and expand those groups
Beta Was this translation helpful? Give feedback.
All reactions