-
Hi, First of all, apologies if this isn't supposed to go here. I've recently switched from TailwindCSS to Bootstrap and I'm trying to integrate the Javascript Combo Nav
I have
Please notice that I haven't followed the instructions of the Javascript setup as I guess this isn't needed in my case, but I have followed the Javascript Combo Navs instructions. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
# config/intializlizers/pagy.rb (e.g.)
require 'pagy/extras/bootstrap' # <--- make sure this is here
If you're using any javascript nav you'd have to set it up: https://ddnexus.github.io/pagy/docs/api/javascript/setup/ That's all I can think of. Ordinarily I'd need a minimal example to replicate, debugging with incomplete information is a trying exercise. |
Beta Was this translation helpful? Give feedback.
If you're using any javascript nav you'd have to set it up: https://ddnexus.github.io/pagy/docs/api/javascript/setup/
That's all I can think of.
Ordinarily I'd need a minimal example to replicate, debugging with incomplete information is a trying exercise.