Hello,
I’m encountering an issue with the table component when using the groupByColumns functionality.
What’s happening:
-
I’ve set up grouping on my table using groupByColumns, and functionally, it works fine (the data groups correctly).
-
However, when I click the “Group By” stack on the table, the labels for the grouped columns are blank.
-
Upon inspecting the table element, I noticed that instead of the expected column IDs (e.g., enterprise_communities_sub_communities_id, suggestion_type), the groupByColumns array contains randomly generated IDs like "5a264".
Example:
What I’ve tried:
-
Double-checked the table’s column configurations to ensure that column IDs are set properly.
-
Inspected the groupByColumns values, which seem to be using automatically generated IDs instead of the ones I assigned in the table settings.
-
Setting the event handler like suggested in the input box (screenshot below) when I try and set the groupBy stack by using an array nested in an array, nothing happens.
Any suggestions on how to ensure that the correct column IDs (or labels) are shown in the grouping stack? I’d appreciate any guidance or solutions!
Thanks in advance!