Hi,
If I set the following in my config.exs file, only the view_style takes effect:
config :scrivener_html,
routes_helper: MyApp.Router.Helpers,
view_style: :bootstrap_v4,
distance: 5, next: "Next", previous: "Previous",
first: true, last: true
I would have expected the other config options to be applied as well.
I wanted to do this because I have pagination on 4 different resources, and I didn't want to have to customize the next, previous, etc. for each one individually but currently that seems to be the only way to do it.
Also on a side note, first / last never show up, even if I set them directly on pagination_links in my eex template.
I'm running 1.7.1 (the latest release at the time of this issue).
Hi,
If I set the following in my
config.exsfile, only theview_styletakes effect:I would have expected the other config options to be applied as well.
I wanted to do this because I have pagination on 4 different resources, and I didn't want to have to customize the next, previous, etc. for each one individually but currently that seems to be the only way to do it.
Also on a side note, first / last never show up, even if I set them directly on
pagination_linksin my eex template.I'm running 1.7.1 (the latest release at the time of this issue).