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 | Kublicka Lāsma | Salaspils FK | 4 | 7 | 10 | 4 | 21 | 1.750 | 2.500 | 1.000 | 5.250 |
| 2 | Gedvilaitė Rūta | Drop That Smile | 4 | 6 | 7 | 5 | 18 | 1.500 | 1.750 | 1.250 | 4.500 |
| 3 | Zinevičiūtė Milda | Drop That Smile | 4 | 5 | 11 | 2 | 18 | 1.250 | 2.750 | 0.500 | 4.500 |
| 4 | Orlovska Helēna | Salaspils FK | 4 | 4 | 11 | 2 | 17 | 1.000 | 2.750 | 0.500 | 4.250 |
| 5 | Možeika Santa | Salaspils FK | 4 | 4 | 10 | 2 | 16 | 1.000 | 2.500 | 0.500 | 4.000 |
| 6 | Reznikaite Kamile | Drop That Smile | 4 | 8 | 7 | 1 | 16 | 2.000 | 1.750 | 0.250 | 4.000 |
| 7 | Vulfa Elza | Salaspils FK | 4 | 9 | 5 | 2 | 16 | 2.250 | 1.250 | 0.500 | 4.000 |
| 8 | Ance Gasiņa Katrīna | Salaspils FK | 4 | 6 | 6 | 3 | 15 | 1.500 | 1.500 | 0.750 | 3.750 |
| 9 | Valantiejūtė Gintarė | Drop That Smile | 4 | 5 | 8 | 1 | 14 | 1.250 | 2.000 | 0.250 | 3.500 |
| 10 | Berga Rebeka | Rīga Ultimate | 4 | 3 | 9 | 1 | 13 | 0.750 | 2.250 | 0.250 | 3.250 |
| 11 | Arste Evija | Salaspils FK | 4 | 7 | 4 | 1 | 12 | 1.750 | 1.000 | 0.250 | 3.000 |
| 12 | Zāģere Līga | Rīga Ultimate | 4 | 4 | 4 | 4 | 12 | 1.000 | 1.000 | 1.000 | 3.000 |
| 13 | Mikuļiča Veronika | Rīga Ultimate | 4 | 7 | 2 | 2 | 11 | 1.750 | 0.500 | 0.500 | 2.750 |
| 14 | Grabe Ieva | Salaspils FK | 4 | 5 | 0 | 5 | 10 | 1.250 | 0.000 | 1.250 | 2.500 |
| 15 | Selezneva Ekaterina | Rīga Ultimate | 4 | 6 | 1 | 3 | 10 | 1.500 | 0.250 | 0.750 | 2.500 |
| 16 | Zimeta Viktorija | Rīga Ultimate | 4 | 1 | 8 | 1 | 10 | 0.250 | 2.000 | 0.250 | 2.500 |
| 17 | Poduma Monta | Salaspils FK | 4 | 6 | 3 | 0 | 9 | 1.500 | 0.750 | 0.000 | 2.250 |
| 18 | Bučiūnaitė Justė | Drop That Smile | 4 | 4 | 2 | 2 | 8 | 1.000 | 0.500 | 0.500 | 2.000 |
| 19 | Medne Ilze | Rīga Ultimate | 4 | 3 | 1 | 3 | 7 | 0.750 | 0.250 | 0.750 | 1.750 |
| 20 | Petrauskaitė Gintarė | Drop That Smile | 4 | 5 | 1 | 1 | 7 | 1.250 | 0.250 | 0.250 | 1.750 |
| 21 | Petrovaitė Julija | Drop That Smile | 4 | 6 | 0 | 1 | 7 | 1.500 | 0.000 | 0.250 | 1.750 |
| 22 | Vitola Lauma | Wildcats | 4 | 1 | 1 | 4 | 6 | 0.250 | 0.250 | 1.000 | 1.500 |
| 23 | Petrovska Evelīna | Wildcats | 4 | 3 | 0 | 1 | 4 | 0.750 | 0.000 | 0.250 | 1.000 |
| 24 | Banevič Kamilė | Drop That Smile | 4 | 0 | 3 | 0 | 3 | 0.000 | 0.750 | 0.000 | 0.750 |
| 25 | Soloņenko Aleksandra | Rīga Ultimate | 4 | 1 | 1 | 1 | 3 | 0.250 | 0.250 | 0.250 | 0.750 |
| 26 | Sāmiete Laura | Rīga Ultimate | 4 | 1 | 1 | 1 | 3 | 0.250 | 0.250 | 0.250 | 0.750 |
| 27 | Greidiņa Maruta | Wildcats | 4 | 1 | 1 | 0 | 2 | 0.250 | 0.250 | 0.000 | 0.500 |
| 28 | Zute Paula | Wildcats | 4 | 0 | 2 | 0 | 2 | 0.000 | 0.500 | 0.000 | 0.500 |
| 29 | Andersone Marta | Wildcats | 4 | 1 | 0 | 0 | 1 | 0.250 | 0.000 | 0.000 | 0.250 |
| 30 | Greidāne Oksana | Wildcats | 4 | 0 | 1 | 0 | 1 | 0.000 | 0.250 | 0.000 | 0.250 |
| 31 | Sudrabiņa Marta | Wildcats | 4 | 0 | 0 | 1 | 1 | 0.000 | 0.000 | 0.250 | 0.250 |
| 32 | Timoškeviča Viktorija | Wildcats | 4 | 0 | 1 | 0 | 1 | 0.000 | 0.250 | 0.000 | 0.250 |
| 33 | Gulbe Linda | Rīga Ultimate | 3 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 |
| 34 | Kundelytė Barbora | Drop That Smile | 4 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 |
| 35 | Trifanova Jekaterina | Wildcats | 4 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 |
| 36 | Veselova Agnese | Wildcats | 4 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 |