on-type suggestion filter and on-scroll pagination for filters like in ActiveAdmin Searchable Select #3813
Replies: 3 comments 6 replies
-
Hi @zeuslocker Dynamic filters have this option: https://docs.avohq.io/3.0/dynamic-filters.html#fetch_values_from, which allows you to set an endpoint that returns data based on the search query. Let me know how it goes, I can send some snippets when I get back to my computer. Are there any other challenges you are encountering during the migration? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@Paul-Bob If you have a 10 mins tomorrow, let's call. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am migrating ActiveAdmin to AVO, we have a big tables and Avo filters are not really usable for it.
I can not create a static select filter because it tries to load 700k+ records into options at once
Dynamic filter is suggestions a static too, you can't load all of them, also when you click on it, it applies an empty values instead(avo 3.12.0)
So Right now filters are not usable for big table even in Pro version.
Beta Was this translation helpful? Give feedback.
All reactions