Nathan Palmer

Nathan Palmer

Green Bay Packers 193rd pick
OLB · Illinois State · 2013–present
48
Games

Nathan Palmer is a linebacker who played college football at Illinois State. He was selected by the Green Bay Packers in the 6th round (193rd overall pick) of the 2013 NFL Draft. He recorded 1.0 career sacks across 48 NFL games.

Draft Details

Year
Round
Round 6
Pick
193rd overall
Position

People Also Search For

Related Links

More from the 2013 Draft

.map(function(p){return ''+p.n+''+p.p+' · '+(p.y||'')+'';}).join(''); hbox.style.display='block'; }); document.addEventListener('click',function(e){if(!hinp.contains(e.target)&&!hbox.contains(e.target))hbox.style.display='none';}); } })(); (function(){ document.querySelectorAll('.sortable-table, .stats-table').forEach(function(table){ var headers=table.querySelectorAll('thead th'); var sortCol=-1,sortAsc=true; headers.forEach(function(th,i){ th.style.cursor='pointer'; th.addEventListener('click',function(){ if(sortCol===i){sortAsc=!sortAsc;}else{sortCol=i;sortAsc=true;} headers.forEach(function(h){h.classList.remove('sort-asc','sort-desc');}); th.classList.add(sortAsc?'sort-asc':'sort-desc'); var tbody=table.querySelector('tbody'); var rows=Array.from(tbody.querySelectorAll('tr')); rows.sort(function(a,b){ var at=a.cells[i]?a.cells[i].textContent.trim():''; var bt=b.cells[i]?b.cells[i].textContent.trim():''; var aEmpty=(!at||at==='—'||at==='--'||at==='-'); var bEmpty=(!bt||bt==='—'||bt==='--'||bt==='-'); if(aEmpty&&bEmpty)return 0; if(aEmpty)return 1; if(bEmpty)return -1; var an=parseFloat(at.replace(/[^0-9.-]/g,'')),bn=parseFloat(bt.replace(/[^0-9.-]/g,'')); if(!isNaN(an)&&!isNaN(bn)){return sortAsc?an-bn:bn-an;} return sortAsc?at.localeCompare(bt):bt.localeCompare(at); }); rows.forEach(function(r){tbody.appendChild(r);}); }); }); }); })();