columnNames: function() {
    return this.$el.find('th').map(function() {
      return $(this).data('columnName');
    }).get();
  }