Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

Organize groups in order

$
0
0

@dbzsoft wrote:

How can I organize the groups in order? I have this array but they come out in a disorganized way.

                { key: "S1", isGroup: true, text: "Semestre 1"},
                { key: "S2", isGroup: true, text: "Semestre 2"},
                { key: "S3", isGroup: true, text: "Semestre 3"},
                { key: "S4", isGroup: true, text: "Semestre 4"},
                { key: "S5", isGroup: true, text: "Semestre 5"},
                { key: "S6", isGroup: true, text: "Semestre 6"},
                { key: "S7", isGroup: true, text: "Semestre 7"},
                { key: "S8", isGroup: true, text: "Semestre 8"},
                { key: "S9", isGroup: true, text: "Semestre 9"},
                { key: "S10", isGroup: true, text: "Semestre 10"},

appears:

The order is diferent :(

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles