$table.on( 'click', 'a.llms-sortable', function( e ) {
                    e.preventDefault();
                    self.change_order( $table, $( this ) );
                } );