Export to GitHub

grouping - issue #1

Nie chce grupować unicode


Posted on Dec 7, 2007 by Grumpy Elephant

To draństwo wywala błąd przy sortowaniu kolumny zawierającej tekst unicode np. gwiazdki, a dokladniej :

{{{ 180: mapaGrup[0][1] = (mapaGrup[1][0])-1; //zerowy }}}

Comment #1

Posted on Mar 17, 2008 by Helpful Ox

This can be fixed by updating those lines with the following:

if (mapaGrup.length > 1) { mapaGrup[0][1] = (mapaGrup[1][0])-1; //zerowy } else { mapaGrup[0][1] = table.tBodies[0].rows.length; }

Status: Accepted

Labels:
Type-Defect Priority-High