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 | Možeika Santa | Salaspils FK | 5 | 7 | 11 | 6 | 24 | 1.400 | 2.200 | 1.200 | 4.800 |
2 | Lints Kristel | Estonia Women | 4 | 12 | 5 | 1 | 18 | 3.000 | 1.250 | 0.250 | 4.500 |
3 | Petrovska Evelīna | Ventspils Frisbee Club | 4 | 6 | 3 | 8 | 17 | 1.500 | 0.750 | 2.000 | 4.250 |
4 | Gulbe Linda | Salaspils FK | 5 | 6 | 12 | 2 | 20 | 1.200 | 2.400 | 0.400 | 4.000 |
5 | Ance Gasiņa Katrīna | Salaspils FK | 5 | 10 | 6 | 2 | 18 | 2.000 | 1.200 | 0.400 | 3.600 |
6 | Zāģere Līga | Rīga Ultimate | 5 | 6 | 4 | 6 | 16 | 1.200 | 0.800 | 1.200 | 3.200 |
7 | Arefjeva Jūlija | Rīga Ultimate | 5 | 5 | 4 | 6 | 15 | 1.000 | 0.800 | 1.200 | 3.000 |
8 | Reinsalu Kristina | Estonia Women | 4 | 10 | 0 | 2 | 12 | 2.500 | 0.000 | 0.500 | 3.000 |
9 | Tekku Kaire | Estonia Women | 4 | 5 | 5 | 2 | 12 | 1.250 | 1.250 | 0.500 | 3.000 |
10 | Varblas Marleen | Estonia Women | 4 | 5 | 2 | 5 | 12 | 1.250 | 0.500 | 1.250 | 3.000 |
11 | Raba Marin | Estonia Women | 4 | 2 | 6 | 3 | 11 | 0.500 | 1.500 | 0.750 | 2.750 |
12 | Vēbere Lelde | Ventspils Frisbee Club | 4 | 3 | 4 | 4 | 11 | 0.750 | 1.000 | 1.000 | 2.750 |
13 | Dūdiņa Kristīne | Ventspils Frisbee Club | 4 | 3 | 4 | 2 | 9 | 0.750 | 1.000 | 0.500 | 2.250 |
14 | Mölder Marje | Estonia Women | 4 | 1 | 8 | 0 | 9 | 0.250 | 2.000 | 0.000 | 2.250 |
15 | Berga Rebeka | Rīga Ultimate | 5 | 5 | 4 | 2 | 11 | 1.000 | 0.800 | 0.400 | 2.200 |
16 | Poduma Monta | Salaspils FK | 5 | 8 | 3 | 0 | 11 | 1.600 | 0.600 | 0.000 | 2.200 |
17 | Grabe Ieva | Salaspils FK | 5 | 9 | 0 | 1 | 10 | 1.800 | 0.000 | 0.200 | 2.000 |
18 | Juurik Paula | Estonia Women | 4 | 2 | 4 | 2 | 8 | 0.500 | 1.000 | 0.500 | 2.000 |
19 | Möbius Kathrin | Estonia Women | 4 | 0 | 8 | 0 | 8 | 0.000 | 2.000 | 0.000 | 2.000 |
20 | Sāmiete Laura | Ventspils Frisbee Club | 4 | 4 | 3 | 1 | 8 | 1.000 | 0.750 | 0.250 | 2.000 |
21 | Liepiņa Sintija | Salaspils FK | 5 | 0 | 7 | 2 | 9 | 0.000 | 1.400 | 0.400 | 1.800 |
22 | Parhimuka Svetlana | Rīga Ultimate | 5 | 8 | 0 | 1 | 9 | 1.600 | 0.000 | 0.200 | 1.800 |
23 | Taurene Māra | Rīga Ultimate | 5 | 5 | 1 | 3 | 9 | 1.000 | 0.200 | 0.600 | 1.800 |
24 | Zimeta Viktorija | Rīga Ultimate | 5 | 1 | 7 | 1 | 9 | 0.200 | 1.400 | 0.200 | 1.800 |
25 | Gūtmane Kristīne | Ventspils Frisbee Club | 4 | 3 | 3 | 1 | 7 | 0.750 | 0.750 | 0.250 | 1.750 |
26 | Vulfa Elza | Salaspils FK | 3 | 2 | 0 | 3 | 5 | 0.667 | 0.000 | 1.000 | 1.667 |
27 | Bartule Sabina | Rīga Ultimate | 5 | 1 | 3 | 3 | 7 | 0.200 | 0.600 | 0.600 | 1.400 |
28 | Račicka Evita | Rīga Ultimate | 5 | 1 | 3 | 3 | 7 | 0.200 | 0.600 | 0.600 | 1.400 |
29 | Kraft Mai | Estonia Women | 4 | 3 | 1 | 1 | 5 | 0.750 | 0.250 | 0.250 | 1.250 |
30 | Leppik Lore | Estonia Women | 4 | 1 | 4 | 0 | 5 | 0.250 | 1.000 | 0.000 | 1.250 |
31 | Mikuļiča Veronika | Ventspils Frisbee Club | 4 | 1 | 2 | 2 | 5 | 0.250 | 0.500 | 0.500 | 1.250 |
32 | Grinberga Elina | Salaspils FK | 5 | 1 | 4 | 1 | 6 | 0.200 | 0.800 | 0.200 | 1.200 |
33 | Nipere Vineta | Rīga Ultimate | 5 | 4 | 1 | 1 | 6 | 0.800 | 0.200 | 0.200 | 1.200 |
34 | Medne Ilze | Rīga Ultimate | 5 | 1 | 4 | 0 | 5 | 0.200 | 0.800 | 0.000 | 1.000 |
35 | Reinomägi Maie | Estonia Women | 4 | 3 | 1 | 0 | 4 | 0.750 | 0.250 | 0.000 | 1.000 |
36 | Semjonova Julija | Ventspils Frisbee Club | 4 | 1 | 3 | 0 | 4 | 0.250 | 0.750 | 0.000 | 1.000 |
37 | Trifanova Jekaterina | Ventspils Frisbee Club | 4 | 0 | 1 | 3 | 4 | 0.000 | 0.250 | 0.750 | 1.000 |
38 | Andrejeva Jekaterina | Rīga Ultimate | 5 | 0 | 3 | 1 | 4 | 0.000 | 0.600 | 0.200 | 0.800 |
39 | Soloņenko Aleksandra | Rīga Ultimate | 5 | 0 | 3 | 0 | 3 | 0.000 | 0.600 | 0.000 | 0.600 |
40 | Nurmes Karin | Estonia Women | 4 | 1 | 1 | 0 | 2 | 0.250 | 0.250 | 0.000 | 0.500 |
41 | Rumberga Diāna | Ventspils Frisbee Club | 4 | 2 | 0 | 0 | 2 | 0.500 | 0.000 | 0.000 | 0.500 |
42 | Sarksņa Marta | Salaspils FK | 5 | 1 | 1 | 0 | 2 | 0.200 | 0.200 | 0.000 | 0.400 |
43 | Butāne Rūta | Salaspils FK | 5 | 1 | 0 | 0 | 1 | 0.200 | 0.000 | 0.000 | 0.200 |
44 | Eglite Elizabete | Salaspils FK | 5 | 0 | 1 | 0 | 1 | 0.000 | 0.200 | 0.000 | 0.200 |
45 | Arste Evija | Salaspils FK | 5 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 |
46 | Krūmiņa Elīna | Ventspils Frisbee Club | 4 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 |
47 | Licht Nelli | Estonia Women | 4 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 |
48 | Matroze Maija | Rīga Ultimate | 5 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 |
49 | Orlovska Helēna | Salaspils FK | 5 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 |
50 | Vinogradova Seila | Ventspils Frisbee Club | 4 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 |