submitPerPageSelect() {
    $('.table-pagination-per-page select', this.node).change(function() {
      $(this).parents('form').find('input[name=link_type]').val('per_page')
      $(this).parents('form').submit()
    })