Hi,
I’m trying use groupBy and the function’s #stat_total with splitAt,
grid.groupBy(0,["#title","#cspan","#stat_total","#stat_total","#stat_total","#stat_total"]);
it should be display like this:
A B C D E F
region(3) 8 6 10 10
----------------------------------------------------------------
region city 2 1 3 5
region city 1 2 5 1
region city 5 3 2 4
When i used,
grid.splitAt(2);
grid.groupBy(0,["#title","#cspan","#stat_total","#stat_total","#stat_total","#stat_total"]);
but it display like that :
A B C D E F
region(3) 8 6 10 10
----------------------------------------------------------------
region city 2 1 3 5
region city 1 2 5 1
region city 5 3 2 4
Thanks
Best regards
Ke
This bug confirmed and fixed. Please contact directly support@dhtmlx.com and provide you ref. ID and we will send you fixed file.