Months collapse properly but I can’t get Quarters and “2014” to collapse. Mainly because I can’t give 2 batch IDs to a header. Any help will be appreciated.
Default mechanic will not work for such case, as column can be a member of only one batch
Check the next example, I have define columnMultiGroup here, which works as necessary in your case (its “batch” value is a comma separated list of included batches )
You have copied the columnMultiGroup definition from top of snippet and have used content:“columnMultiGroup” in the header configuration with comma separated list of batches, right ?
Tried to debug. The issue is that when trying locally the value of “col” parameter is coming out as string(id of column config), but it comes out as an object in snippet.
Am I doing something wrong?
Is the feature added to current available build(2.1.5 Pro)?
Writing that extra piece of code works but due to a large table, loading time is increased.
We didn’t add any special fixes for the above issue, it just works while testing from our side.
If you have some demo where problem can be reconstructed - please share the link.