UNPKG

@activeadmin/activeadmin

Version:

The administration framework for Ruby on Rails.

14 lines (9 loc) 297 B
import PerPage from "../lib/per-page"; (($) => { $(document). on('change', '.pagination_per_page > select', function(_event) { PerPage._jQueryInterface.call($(this), 'update') }); $.fn['perPage'] = PerPage._jQueryInterface $.fn['perPage'].Constructor = PerPage })(jQuery);