KoGrid
KoGrid copied to clipboard
initial column grouping failed
Hi,
When i try to initially grouping column using groups option like this : groups: ['fieldToGroup'], i have a javascript exception.
Effectevely, in getGrouping at line 984 [if (!cols[depth].isAggCol && depth <= maxDepth) {], cols constains 0 element, and there that's failed.
Has anyone the problem solving or it's a bug ?
I have done a plunker to illustrate the bug http://plnkr.co/edit/LYwbyf ! Jérôme
Hi Jérôme, did you ever find an answer, I'm having the same problem.