Jellibloom
How to use same column attribute in a Table Filter AND in Listing records (Using tabs to filter)
Hello folks!
We want to display a
status
attribute in table filters, and in list getTabs
method
but when filtering it's not working properly, as it filters data that has both status.
I want to apply one filter of them; when choosing one, remove the another
Here's how the url is displayed when choosing both filters
http://localhost:8000/admin/bookings?activeTab=Ready&tableFilters[status][values][0]=Ready
TIA4 replies
How to attach and detach a relation in case there were values
My resource may has One to One (Polymorphic) relationship with Review, I want to create a review if I wrote values
and if it was null want to delete it if existed
I really appreciate your help folks, really thanks for helping others!
3 replies