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
We have filtered resource that we want to order (featured posts). Our idea was to create a lens for the featured posts ($query->where('featured', true)), and enable sorting on the lens only. We don't wish to sort the other posts.
Is this possible? Can we get a configurable option for allowing lenses?
The text was updated successfully, but these errors were encountered:
We're also looking into allowing sortable in Lenses as this would simplify the usage for our client tremendously. We filtering 150K records and only want to sort the selection.
We have filtered resource that we want to order (featured posts). Our idea was to create a lens for the featured posts (
$query->where('featured', true)
), and enable sorting on the lens only. We don't wish to sort the other posts.Is this possible? Can we get a configurable option for allowing lenses?
The text was updated successfully, but these errors were encountered: