$(document).ready(function(){
  // Due to a bug, the sorter: false option doesn't work if used as an inline
  // option (in the "class" attribute of the table), so set it up here.
  $('#acf_cases').tablesorter({headers: {3: {sorter: false}}}).addClass('tablesorter');
});