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
Hi! Thank you for this wonderful package! It made it easier to create filters!!!
But there are points that are not specified in the documentation.
How do I use a filter inside my livewire component with the condition $and? I have an array of identifiers by which to filter with the condition that they are all present in the output. With the use of $eq, $contains, everything is clear, but here I can't figure out how to use it.
I'll clarify. I don't use the query string, everything happens inside the livewire component.
How to apply pagination after filtering and sorting? If I now apply ->paginate(), then it causes an error.
The text was updated successfully, but these errors were encountered:
romatexdev
changed the title
$end condition and paginate()
$and condition and paginate()
Oct 28, 2023
Hi! Thank you for this wonderful package! It made it easier to create filters!!!
But there are points that are not specified in the documentation.
How do I use a filter inside my livewire component with the condition $and? I have an array of identifiers by which to filter with the condition that they are all present in the output. With the use of $eq, $contains, everything is clear, but here I can't figure out how to use it.
I'll clarify. I don't use the query string, everything happens inside the livewire component.
How to apply pagination after filtering and sorting? If I now apply ->paginate(), then it causes an error.
The text was updated successfully, but these errors were encountered: