I am trying to remove the header/footer balk of this table
Picture of what I am trying to remove:
$('tfoot').remove();
Removes the footer row. Which is something I was stumped by for some time.