KoGrid icon indicating copy to clipboard operation
KoGrid copied to clipboard

initial column grouping failed

Open jducobu opened this issue 11 years ago • 1 comments

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

jducobu avatar Mar 08 '13 07:03 jducobu

Hi Jérôme, did you ever find an answer, I'm having the same problem.

AndyMason75 avatar Jul 26 '13 10:07 AndyMason75