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 have an HTML table on my view with a date field that I am transforming to text using the timeago gem. I have a leftnav area with a dropdown selection box which will sort the date values ascending and descending, when I apply the filter. This works beautifully.
I have assigned the filterrific_sorting_link to the head of the column. When I click the header to toggle the sort direction, the formatting reverts to plain date values until I paginate, then the timeago text is once again applied.
How can I configure the filterrific_sorting_link action to match that of the ordering filter?
Thank you for your time and attention.
The text was updated successfully, but these errors were encountered:
I have an HTML table on my view with a date field that I am transforming to text using the timeago gem. I have a leftnav area with a dropdown selection box which will sort the date values ascending and descending, when I apply the filter. This works beautifully.
I have assigned the filterrific_sorting_link to the head of the column. When I click the header to toggle the sort direction, the formatting reverts to plain date values until I paginate, then the timeago text is once again applied.
How can I configure the filterrific_sorting_link action to match that of the ordering filter?
Thank you for your time and attention.
The text was updated successfully, but these errors were encountered: