$(document).ready(function() { $.fn.dataTable.ext.order['sortMln'] = function ( settings, col ) { return this.api().column( col, {order:'index'} ).nodes().map( function ( td ) { return 1*$(td).text().replace(' mln.', ''); } ); }; $.fn.dataTable.ext.order['sortCountryFlag'] = function ( settings, col ) { return this.api().column( col, {order:'index'} ).nodes().map( function ( td ) { return $('i', td).attr('title'); } ); }; $.fn.dataTable.ext.order['sortMostPopular'] = function ( settings, col ) { return this.api().column( col, {order:'index'} ).nodes().map( function ( td ) { return 1*$(td).text().substr(0,$(td).text().indexOf("x")-1); } ); }; }); var countries = {"51":{"id":"51","country":"Australia","countryCode":"AU","countryTr":"Australia"},"214":{"id":"214","country":"England","countryCode":"EN","countryTr":"England"},"216":{"id":"216","country":"Wales","countryCode":"WL","countryTr":"Wales"},"158":{"id":"158","country":"Fiji","countryCode":"FJ","countryTr":"Fiji"},"134":{"id":"134","country":"Uruguay","countryCode":"UY","countryTr":"Uruguay"},"26":{"id":"26","country":"South Africa","countryCode":"ZA","countryTr":"South Africa"},"183":{"id":"183","country":"Samoa","countryCode":"WS","countryTr":"Samoa"},"10":{"id":"10","country":"Japan","countryCode":"JP","countryTr":"Japan"},"215":{"id":"215","country":"Scotland","countryCode":"SF","countryTr":"Scotland"},"3":{"id":"3","country":"United States","countryCode":"US","countryTr":"United States"},"124":{"id":"124","country":"New Zealand","countryCode":"NZ","countryTr":"New Zealand"},"31":{"id":"31","country":"Argentina","countryCode":"AR","countryTr":"Argentina"},"193":{"id":"193","country":"Tonga","countryCode":"TO","countryTr":"Tonga"},"121":{"id":"121","country":"Georgia","countryCode":"GE","countryTr":"Georgia"},"143":{"id":"143","country":"Namibia","countryCode":"NA","countryTr":"Namibia"},"19":{"id":"19","country":"France","countryCode":"FR","countryTr":"France"},"118":{"id":"118","country":"Ireland","countryCode":"IE","countryTr":"Ireland"},"23":{"id":"23","country":"Italy","countryCode":"IT","countryTr":"Italy"},"36":{"id":"36","country":"Canada","countryCode":"CA","countryTr":"Canada"},"52":{"id":"52","country":"Romania","countryCode":"RO","countryTr":"Romania"},"9":{"id":"9","country":"Russia","countryCode":"RU","countryTr":"Russia"},"77":{"id":"77","country":"Portugal","countryCode":"PT","countryTr":"Portugal"},"60":{"id":"60","country":"Chile","countryCode":"CL","countryTr":"Chile"}}; var teams = [{"id":0,"name":""}]; var sportsmen = []; var sportsmenTeams = [{"id":"12310","ctr":"124","nam":"New Zealand","namorig":"New Zealand","cat":"","pri":"20 mln.","rat":0,"link":"New Zealand<\/a>","confirmed_b":1},{"id":"12305","ctr":"26","nam":"South Africa","namorig":"South Africa","cat":"","pri":"16.4 mln.","rat":0,"link":"South Africa<\/a>","confirmed_b":1},{"id":"12301","ctr":"214","nam":"England","namorig":"England","cat":"","pri":"15.8 mln.","rat":0,"link":"England<\/a>","confirmed_b":1},{"id":"12302","ctr":"216","nam":"Wales","namorig":"Wales","cat":"","pri":"13.7 mln.","rat":0,"link":"Wales<\/a>","confirmed_b":1},{"id":"12300","ctr":"51","nam":"Australia","namorig":"Australia","cat":"","pri":"12.9 mln.","rat":0,"link":"Australia<\/a>","confirmed_b":1},{"id":"12316","ctr":"118","nam":"Ireland","namorig":"Ireland","cat":"","pri":"11.6 mln.","rat":0,"link":"Ireland<\/a>","confirmed_b":1},{"id":"12308","ctr":"215","nam":"Scotland","namorig":"Scotland","cat":"","pri":"10 mln.","rat":0,"link":"Scotland<\/a>","confirmed_b":1},{"id":"12315","ctr":"19","nam":"France","namorig":"France","cat":"","pri":"9.9 mln.","rat":0,"link":"France<\/a>","confirmed_b":1},{"id":"12311","ctr":"31","nam":"Argentina","namorig":"Argentina","cat":"","pri":"7.5 mln.","rat":0,"link":"Argentina<\/a>","confirmed_b":1},{"id":"12303","ctr":"158","nam":"Fiji","namorig":"Fiji","cat":"","pri":"5.3 mln.","rat":0,"link":"Fiji<\/a>","confirmed_b":1},{"id":"12307","ctr":"10","nam":"Japan","namorig":"Japan","cat":"","pri":"5 mln.","rat":0,"link":"Japan<\/a>","confirmed_b":1},{"id":"12317","ctr":"23","nam":"Italy","namorig":"Italy","cat":"","pri":"4.8 mln.","rat":0,"link":"Italy<\/a>","confirmed_b":1},{"id":"12318","ctr":"36","nam":"Canada","namorig":"Canada","cat":"","pri":"3.2 mln.","rat":0,"link":"Canada<\/a>","confirmed_b":1},{"id":"12309","ctr":"3","nam":"United States","namorig":"United States","cat":"","pri":"3.1 mln.","rat":0,"link":"United States<\/a>","confirmed_b":1},{"id":"12306","ctr":"183","nam":"Samoa","namorig":"Samoa","cat":"","pri":"3 mln.","rat":0,"link":"Samoa<\/a>","confirmed_b":1},{"id":"12313","ctr":"121","nam":"Georgia","namorig":"Georgia","cat":"","pri":"2.7 mln.","rat":0,"link":"Georgia<\/a>","confirmed_b":1},{"id":"24219","ctr":"9","nam":"Russia","namorig":"Russia","cat":"","pri":"2.6 mln.","rat":0,"link":"Russia<\/a>","confirmed_b":1},{"id":"12304","ctr":"134","nam":"Uruguay","namorig":"Uruguay","cat":"","pri":"2.6 mln.","rat":0,"link":"Uruguay<\/a>","confirmed_b":1},{"id":"12314","ctr":"143","nam":"Namibia","namorig":"Namibia","cat":"","pri":"2.4 mln.","rat":0,"link":"Namibia<\/a>","confirmed_b":1},{"id":"12312","ctr":"193","nam":"Tonga","namorig":"Tonga","cat":"","pri":"2 mln.","rat":0,"link":"Tonga<\/a>","confirmed_b":1}]; var showTeams = 0; //*********************** //SPORTSMEN TABLE HEADERS //*********************** var headersTableSportsmen = [ { 'sTitle': 'Nr.' }, { 'sTitle': 'Group' , 'bSearchable': false, 'bVisible': false }, { 'sTitle': 'Country', 'sSortDataType': 'sortCountryFlag', sType : "text" }, { 'sTitle': 'Rugby team'}, { 'sTitle': 'Value', 'sSortDataType': 'sortMln', 'sType': 'numeric' }, { 'sTitle': 'Team' }, { 'sTitle': 'M/F' , 'bSearchable': false, 'bVisible': false } ]; //*********************** //TEAMS TABLE HEADERS //*********************** var headersTableTeams = [ {'sTitle': 'Nr.'}, {'sTitle': '' , 'sSortDataType': 'sortCountryFlag', sType : 'text' }, { 'sTitle': ''}, { 'sTitle': 'Value', 'sSortDataType': 'sortMln', 'sType': 'numeric' } ]; //*********************** //SPORTSMEN TABLE CONTENT //*********************** var contentTableSportsmen = []; $.each(sportsmen, function(k, v) { contentTableSportsmen.push([ k + 1, v['cat'], getFlag(v['ctr']), v['link'], v['pri'], isset(teams[v['tem']])? teams[v['tem']]['name']:'', v['mw'] ]); }); //*********************** //TEAMS TABLE CONTENT //*********************** var contentTableTeams = []; $.each(sportsmenTeams, function(k, v) { contentTableTeams.push([ k + 1, '', v['nam'], v['pri'] ]); }); function isset (va) { return typeof va != 'undefined'; } $(document).ready(function() { $.fn.dataTable.ext.order['sortMln'] = function (settings, col) { return this.api().column(col, {order: 'index'}).nodes().map(function (td) { return parseFloat($(td).text().replace(' mln.', '').replace(',', '.')); } ); }; if (sportsmen.length) { var sportsmenTable = $('#tblSportsmen').dataTable( { "bPaginate": false, "bFilter": true, "bInfo": false, "bAutoWidth": true, "aoColumns" : headersTableSportsmen, "aaData": contentTableSportsmen, "bAutoWidth": false } ); } if (sportsmenTeams.length) { var sportsmenTeamsTable = $('#tblTeams').dataTable( { "bPaginate": false, "bFilter": true, "bInfo": false, "bAutoWidth": true, "aoColumns" : headersTableTeams, "aaData": contentTableTeams, "bAutoWidth": false } ); $('#teamsOverview').show(); } } ); function getFlag(id, margin) { if (!id || typeof countries[id] === "undefined" ) return ""; return ''; if (typeof margin == 'undefined') margin = true; return ""; }