activeadmin-ajax_filter
activeadmin-ajax_filter copied to clipboard
AJAX filters for ActiveAdmin
Hello again and thank you also for this gem, to begin with ❤️ . As asked for `activeadmin-async_panel`, is there any chance to make it compatible with Rails 7? Standing...
## Context I would like to be able to configure selectize `closeAfterSelect` setting. ## Change Pass `closeAfterSetting` from `data` attribute to `selectize` initialization. Default is set to `false` as per...
I integrated this gem but it worked slow than I expected. Large table, 3 fields. Then I created a controller with nativeson. It worked as 100 times faster than as_json....
Hi, I defined a filter like: ``` filter :treatment, as: :ajax_select, data: { url: :filter_backend_labels_path, search_fields: ['treatment_translations.name'] } ``` It generates the following query: > SQL (16.6ms) SELECT DISTINCT "treatments"."id",...
When using ransack's `_cont_all` predicate, the value expects an array of search keywords, currently only the string search value is passed to ransack. First idea that comes to mind is...
Getting the following error in my browser console: ``` Uncaught Error: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: Can't find stylesheet to import. ╷ 20 │ @import "selectize"; │ ^^^^^^^^^^^ ╵...