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 | Tera Helen | Tartu Ultimate | 5 | 23 | 14 | 7 | 44 | 4.600 | 2.800 | 1.400 | 8.800 | 
| 2 | Lints Kristel | Tartu Ultimate | 2 | 6 | 3 | 4 | 13 | 3.000 | 1.500 | 2.000 | 6.500 | 
| 3 | Kublicka Lāsma | Salaspils FK | 5 | 17 | 8 | 6 | 31 | 3.400 | 1.600 | 1.200 | 6.200 | 
| 4 | Gulbe Linda | Moments | 5 | 19 | 5 | 3 | 27 | 3.800 | 1.000 | 0.600 | 5.400 | 
| 5 | Raba Marin | Ultimate Saku | 5 | 8 | 14 | 2 | 24 | 1.600 | 2.800 | 0.400 | 4.800 | 
| 6 | Muceniece Sabīne | Salaspils FK | 3 | 7 | 5 | 2 | 14 | 2.333 | 1.667 | 0.667 | 4.667 | 
| 7 | Arste Evija | Salaspils FK | 3 | 9 | 2 | 2 | 13 | 3.000 | 0.667 | 0.667 | 4.333 | 
| 8 | Buldure Kristiāna | Salaspils FK | 3 | 4 | 4 | 5 | 13 | 1.333 | 1.333 | 1.667 | 4.333 | 
| 9 | Gedvilaitė Rūta | DTS Ultimate | 3 | 7 | 4 | 2 | 13 | 2.333 | 1.333 | 0.667 | 4.333 | 
| 10 | Šlamaitė Monika | DTS Ultimate | 3 | 10 | 2 | 1 | 13 | 3.333 | 0.667 | 0.333 | 4.333 | 
| 11 | Reinsalu Kristina | Ultimate Saku | 5 | 17 | 2 | 2 | 21 | 3.400 | 0.400 | 0.400 | 4.200 | 
| 12 | Leet Klaara | Tartu Ultimate | 2 | 2 | 4 | 2 | 8 | 1.000 | 2.000 | 1.000 | 4.000 | 
| 13 | Žvirblytė Milda | DTS Ultimate | 5 | 3 | 12 | 5 | 20 | 0.600 | 2.400 | 1.000 | 4.000 | 
| 14 | Grasmane Aiga | Moments | 5 | 2 | 15 | 2 | 19 | 0.400 | 3.000 | 0.400 | 3.800 | 
| 15 | Leppik Lore | Ultimate Saku | 5 | 9 | 8 | 2 | 19 | 1.800 | 1.600 | 0.400 | 3.800 | 
| 16 | Petrovaitė Julija | DTS Ultimate | 5 | 15 | 2 | 2 | 19 | 3.000 | 0.400 | 0.400 | 3.800 | 
| 17 | Varblas Marleen | Ultimate Saku | 5 | 8 | 6 | 5 | 19 | 1.600 | 1.200 | 1.000 | 3.800 | 
| 18 | Zāģere Līga | Salaspils FK | 5 | 3 | 15 | 1 | 19 | 0.600 | 3.000 | 0.200 | 3.800 | 
| 19 | Kundelytė Barbora | DTS Ultimate | 5 | 3 | 9 | 6 | 18 | 0.600 | 1.800 | 1.200 | 3.600 | 
| 20 | Mislyakina Zhanna Anna | Hyper Flick Women | 5 | 7 | 7 | 4 | 18 | 1.400 | 1.400 | 0.800 | 3.600 | 
| 21 | Orlovska Helēna | Salaspils FK | 5 | 4 | 7 | 7 | 18 | 0.800 | 1.400 | 1.400 | 3.600 | 
| 22 | Lasmane Sanita | Tartu Ultimate | 5 | 6 | 10 | 1 | 17 | 1.200 | 2.000 | 0.200 | 3.400 | 
| 23 | Pastore Gundega | Moments | 4 | 7 | 5 | 1 | 13 | 1.750 | 1.250 | 0.250 | 3.250 | 
| 24 | Arefjeva Jūlija | Salaspils FK | 5 | 2 | 8 | 6 | 16 | 0.400 | 1.600 | 1.200 | 3.200 | 
| 25 | Reznikaite Kamile | DTS Ultimate | 5 | 6 | 8 | 2 | 16 | 1.200 | 1.600 | 0.400 | 3.200 | 
| 26 | Krūmiņa Elīna | Hyper Flick Women | 5 | 8 | 1 | 6 | 15 | 1.600 | 0.200 | 1.200 | 3.000 | 
| 27 | Ozoliņa Anita | Hyper Flick Women | 5 | 0 | 13 | 2 | 15 | 0.000 | 2.600 | 0.400 | 3.000 | 
| 28 | Anett Nigol Ines | Tartu Ultimate | 5 | 2 | 9 | 3 | 14 | 0.400 | 1.800 | 0.600 | 2.800 | 
| 29 | Arseņjeva Jana | Ultimate Saku | 5 | 1 | 11 | 2 | 14 | 0.200 | 2.200 | 0.400 | 2.800 | 
| 30 | Petrauskaitė Gintarė | DTS Ultimate | 5 | 8 | 3 | 3 | 14 | 1.600 | 0.600 | 0.600 | 2.800 | 
| 31 | Jakovele Līva | Salaspils FK | 4 | 3 | 6 | 2 | 11 | 0.750 | 1.500 | 0.500 | 2.750 | 
| 32 | Ance Gasiņa Katrīna | Salaspils FK | 3 | 5 | 2 | 1 | 8 | 1.667 | 0.667 | 0.333 | 2.667 | 
| 33 | Sāmiete Laura | Moments | 3 | 3 | 3 | 2 | 8 | 1.000 | 1.000 | 0.667 | 2.667 | 
| 34 | Mölder Marje | Ultimate Saku | 4 | 4 | 4 | 1 | 9 | 1.000 | 1.000 | 0.250 | 2.250 | 
| 35 | Cardin Sofia | Tartu Ultimate | 5 | 5 | 3 | 2 | 10 | 1.000 | 0.600 | 0.400 | 2.000 | 
| 36 | Butāne Rūta | Moments | 5 | 2 | 3 | 4 | 9 | 0.400 | 0.600 | 0.800 | 1.800 | 
| 37 | Liepiņa Sintija | Moments | 5 | 3 | 5 | 1 | 9 | 0.600 | 1.000 | 0.200 | 1.800 | 
| 38 | Mikuļiča Veronika | Moments | 5 | 5 | 4 | 0 | 9 | 1.000 | 0.800 | 0.000 | 1.800 | 
| 39 | Veske Kaidi | Tartu Ultimate | 5 | 6 | 2 | 1 | 9 | 1.200 | 0.400 | 0.200 | 1.800 | 
| 40 | Grabe Ieva | Salaspils FK | 3 | 3 | 1 | 1 | 5 | 1.000 | 0.333 | 0.333 | 1.667 | 
| 41 | Grinberga Elina | Moments | 5 | 2 | 3 | 3 | 8 | 0.400 | 0.600 | 0.600 | 1.600 | 
| 42 | Laipniece Linda | Hyper Flick Women | 5 | 6 | 1 | 1 | 8 | 1.200 | 0.200 | 0.200 | 1.600 | 
| 43 | Punab Triin | Tartu Ultimate | 5 | 1 | 5 | 2 | 8 | 0.200 | 1.000 | 0.400 | 1.600 | 
| 44 | Andre Virge | Ultimate Saku | 4 | 2 | 2 | 2 | 6 | 0.500 | 0.500 | 0.500 | 1.500 | 
| 45 | Daraškevičiūte Gabija | DTS Ultimate | 4 | 0 | 6 | 0 | 6 | 0.000 | 1.500 | 0.000 | 1.500 | 
| 46 | Mitkevičiūtė Aida | DTS Ultimate | 4 | 1 | 3 | 2 | 6 | 0.250 | 0.750 | 0.500 | 1.500 | 
| 47 | Bartule Sabina | Salaspils FK | 3 | 3 | 0 | 1 | 4 | 1.000 | 0.000 | 0.333 | 1.333 | 
| 48 | Grunava-Grunova Kate | Hyper Flick Women | 5 | 5 | 0 | 1 | 6 | 1.000 | 0.000 | 0.200 | 1.200 | 
| 49 | Lazdāne Laura | Hyper Flick Women | 5 | 1 | 4 | 1 | 6 | 0.200 | 0.800 | 0.200 | 1.200 | 
| 50 | Eglite Elizabete | Moments | 2 | 1 | 0 | 1 | 2 | 0.500 | 0.000 | 0.500 | 1.000 | 
| 51 | Goldova Evelina | Moments | 5 | 0 | 3 | 2 | 5 | 0.000 | 0.600 | 0.400 | 1.000 | 
| 52 | Mačinskienė Žydrūnė | DTS Ultimate | 3 | 1 | 2 | 0 | 3 | 0.333 | 0.667 | 0.000 | 1.000 | 
| 53 | Melnalksne Mare | Hyper Flick Women | 2 | 0 | 2 | 0 | 2 | 0.000 | 1.000 | 0.000 | 1.000 | 
| 54 | Reinomägi Maie | Ultimate Saku | 5 | 1 | 3 | 1 | 5 | 0.200 | 0.600 | 0.200 | 1.000 | 
| 55 | Kirilova Sandra | Salaspils FK | 5 | 0 | 2 | 2 | 4 | 0.000 | 0.400 | 0.400 | 0.800 | 
| 56 | Bučiūnaitė Justė | DTS Ultimate | 4 | 1 | 2 | 0 | 3 | 0.250 | 0.500 | 0.000 | 0.750 | 
| 57 | Marcinkėnaitė Virginija | DTS Ultimate | 4 | 0 | 2 | 1 | 3 | 0.000 | 0.500 | 0.250 | 0.750 | 
| 58 | Tähepõld Mirtel | Tartu Ultimate | 5 | 0 | 2 | 1 | 3 | 0.000 | 0.400 | 0.200 | 0.600 | 
| 59 | Pujate Airita Anna | Hyper Flick Women | 2 | 0 | 1 | 0 | 1 | 0.000 | 0.500 | 0.000 | 0.500 | 
| 60 | Abariņa Betija | Moments | 5 | 2 | 0 | 0 | 2 | 0.400 | 0.000 | 0.000 | 0.400 | 
| 61 | Tretjakova Kristiāna | Hyper Flick Women | 5 | 2 | 0 | 0 | 2 | 0.400 | 0.000 | 0.000 | 0.400 | 
| 62 | Kala Merike | Tartu Ultimate | 3 | 1 | 0 | 0 | 1 | 0.333 | 0.000 | 0.000 | 0.333 | 
| 63 | Visocka Elizabete | Hyper Flick Women | 5 | 0 | 0 | 1 | 1 | 0.000 | 0.000 | 0.200 | 0.200 | 
| 64 | Araka Liva | Salaspils FK | 3 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 | 
| 65 | Bogdanova Kristina Bačkytė | DTS Ultimate | 3 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 | 
| 66 | Kalašnikovaitė Aistė | DTS Ultimate | 2 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 | 
| 67 | Nazarova Serafima | Hyper Flick Women | 1 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 | 
| 68 | Sataitė Neringa | DTS Ultimate | 3 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 | 
| 69 | Vaičiulytė Lurda | DTS Ultimate | 4 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 | 
| 70 | Vitola Lauma | Hyper Flick Women | 1 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 | 
| 71 | Žvirblytė Vaiva | DTS Ultimate | 4 | 0 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0.000 |