You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to create a link to sort a field in one direction. The built in sort_link helper creates a link that will toggle between ascending and descending order, but I would like a link for just one direction. Clicking on it should be idempotent. Is this possible with Ransack as it is, or would I have to create my own helper or extend Ransack?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello there,
I would like to create a link to sort a field in one direction. The built in
sort_link
helper creates a link that will toggle between ascending and descending order, but I would like a link for just one direction. Clicking on it should be idempotent. Is this possible with Ransack as it is, or would I have to create my own helper or extend Ransack?Beta Was this translation helpful? Give feedback.
All reactions