to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
Nr | Vārds, Uzvārds | Komanda | Spēles | Piespēles | Noķertie | Aizsardzība | Lietderība | Piespēles spēlē | Noķertie spēlē | Aizsardzības spēlē | Lietderība spēlē |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | Gulbe Linda | Moments | 4 | 12 | 9 | 4 | 25 | 3.000 | 2.250 | 1.000 | 6.250 |
2 | Kiškurno Alīna | Moments | 4 | 12 | 7 | 5 | 24 | 3.000 | 1.750 | 1.250 | 6.000 |
3 | Zāģere Līga | SIROCCO WMN | 4 | 4 | 17 | 2 | 23 | 1.000 | 4.250 | 0.500 | 5.750 |
4 | Ance Gasiņa Katrīna | Salaspils Frisbee Club (SFK) | 4 | 11 | 9 | 2 | 22 | 2.750 | 2.250 | 0.500 | 5.500 |
5 | Poduma Monta | Salaspils Frisbee Club (SFK) | 4 | 12 | 5 | 5 | 22 | 3.000 | 1.250 | 1.250 | 5.500 |
6 | Līcīte Krista | Valmiera | 4 | 4 | 10 | 4 | 18 | 1.000 | 2.500 | 1.000 | 4.500 |
7 | Vulfa Elza | Salaspils Frisbee Club (SFK) | 4 | 7 | 9 | 2 | 18 | 1.750 | 2.250 | 0.500 | 4.500 |
8 | Arefjeva Jūlija | SIROCCO WMN | 4 | 3 | 10 | 3 | 16 | 0.750 | 2.500 | 0.750 | 4.000 |
9 | Grinberga Elina | Moments | 4 | 2 | 9 | 5 | 16 | 0.500 | 2.250 | 1.250 | 4.000 |
10 | Razminoviča Alise | Valmiera | 4 | 13 | 1 | 2 | 16 | 3.250 | 0.250 | 0.500 | 4.000 |
11 | Moorlata Estere | Salaspils Frisbee Club (SFK) | 4 | 3 | 11 | 1 | 15 | 0.750 | 2.750 | 0.250 | 3.750 |
12 | Gaide Evita | KCN Rīga | 4 | 8 | 4 | 2 | 14 | 2.000 | 1.000 | 0.500 | 3.500 |
13 | Lazdāne Kristīne | KCN Rīga | 4 | 3 | 10 | 1 | 14 | 0.750 | 2.500 | 0.250 | 3.500 |
14 | Selezneva Ekaterina | SIROCCO WMN | 4 | 11 | 2 | 1 | 14 | 2.750 | 0.500 | 0.250 | 3.500 |
15 | Sāmiete Laura | SIROCCO WMN | 4 | 8 | 4 | 1 | 13 | 2.000 | 1.000 | 0.250 | 3.250 |
16 | Medne Ilze | KCN Rīga | 4 | 4 | 7 | 1 | 12 | 1.000 | 1.750 | 0.250 | 3.000 |
17 | Mikuļiča Veronika | SIROCCO WMN | 4 | 8 | 1 | 2 | 11 | 2.000 | 0.250 | 0.500 | 2.750 |
18 | Dūdiņa Kristīne | KCN Rīga | 4 | 7 | 3 | 0 | 10 | 1.750 | 0.750 | 0.000 | 2.500 |
19 | Eglite Elizabete | Moments | 4 | 4 | 6 | 0 | 10 | 1.000 | 1.500 | 0.000 | 2.500 |
20 | Kazakupča Kristiāna | Salaspils Frisbee Club (SFK) | 4 | 2 | 5 | 2 | 9 | 0.500 | 1.250 | 0.500 | 2.250 |
21 | Parhimuka Svetlana | KCN Rīga | 4 | 6 | 0 | 3 | 9 | 1.500 | 0.000 | 0.750 | 2.250 |
22 | Petrovska Evelīna | KCN Rīga | 4 | 6 | 2 | 1 | 9 | 1.500 | 0.500 | 0.250 | 2.250 |
23 | Grabe Ieva | Salaspils Frisbee Club (SFK) | 4 | 5 | 1 | 2 | 8 | 1.250 | 0.250 | 0.500 | 2.000 |
24 | Grasmane Aiga | Moments | 4 | 3 | 3 | 2 | 8 | 0.750 | 0.750 | 0.500 | 2.000 |
25 | Timoškeviča Viktorija | Wildcats | 4 | 2 | 2 | 4 | 8 | 0.500 | 0.500 | 1.000 | 2.000 |
26 | Soloņenko Aleksandra | KCN Rīga | 4 | 0 | 7 | 0 | 7 | 0.000 | 1.750 | 0.000 | 1.750 |
27 | Buldure Kristiāna | Valmiera | 4 | 3 | 3 | 0 | 6 | 0.750 | 0.750 | 0.000 | 1.500 |
28 | Kakse Amanda Dārta | Valmiera | 4 | 1 | 1 | 3 | 5 | 0.250 | 0.250 | 0.750 | 1.250 |
29 | Taurene Māra | KCN Rīga | 4 | 2 | 3 | 0 | 5 | 0.500 | 0.750 | 0.000 | 1.250 |
30 | Bartule Sabina | SIROCCO WMN | 4 | 3 | 1 | 0 | 4 | 0.750 | 0.250 | 0.000 | 1.000 |
31 | Kazaka Santa | Valmiera | 4 | 2 | 1 | 1 | 4 | 0.500 | 0.250 | 0.250 | 1.000 |
32 | Račicka Evita | SIROCCO WMN | 4 | 0 | 2 | 2 | 4 | 0.000 | 0.500 | 0.500 | 1.000 |
33 | Sudrabiņa Marta | Wildcats | 4 | 2 | 2 | 0 | 4 | 0.500 | 0.500 | 0.000 | 1.000 |
34 | Kraukle Zane | Valmiera | 4 | 2 | 0 | 1 | 3 | 0.500 | 0.000 | 0.250 | 0.750 |
35 | Ozoliņa Anita | Wildcats | 4 | 2 | 0 | 1 | 3 | 0.500 | 0.000 | 0.250 | 0.750 |
36 | Bizūne Laura | Wildcats | 4 | 0 | 2 | 0 | 2 | 0.000 | 0.500 | 0.000 | 0.500 |
37 | Greidiņa Maruta | Wildcats | 4 | 1 | 0 | 1 | 2 | 0.250 | 0.000 | 0.250 | 0.500 |
38 | Krastiņa Elizabete Alīna | Valmiera | 4 | 1 | 1 | 0 | 2 | 0.250 | 0.250 | 0.000 | 0.500 |
39 | Sarksņa Marta | Moments | 4 | 0 | 0 | 1 | 1 | 0.000 | 0.000 | 0.250 | 0.250 |
40 | Veselova Agnese | Wildcats | 4 | 0 | 1 | 0 | 1 | 0.000 | 0.250 | 0.000 | 0.250 |
41 | Zute Paula | Wildcats | 4 | 0 | 0 | 1 | 1 | 0.000 | 0.000 | 0.250 | 0.250 |
42 | Možeika Santa | Salaspils Frisbee Club (SFK) | 3 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 |
43 | Vitola Lauma | Wildcats | 4 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 |