Dear author,
The reason of this feature request is because when user A set some filters and then he/she wants to share the same link to user B and user B should be able to have the same filters value being set. This is extremely convenient if we have alot of filter configurations.
Describe the solution you'd like
Same as actual filter in laravel nova, it encodes filters record as a query string in the link. So, when this link is loaded in another machine, it will decode this query string and know exactly what filter was set.
Example link:
http:///nova/resources/?_page=&_filter=<filters_token>
Additional context
I have the solution in my repo and I hope to make a pull request soon.
Thanks.
Dear author,
The reason of this feature request is because when user A set some filters and then he/she wants to share the same link to user B and user B should be able to have the same filters value being set. This is extremely convenient if we have alot of filter configurations.
Describe the solution you'd like
Same as actual filter in laravel nova, it encodes filters record as a query string in the link. So, when this link is loaded in another machine, it will decode this query string and know exactly what filter was set.
Example link:
http:///nova/resources/?_page=&_filter=<filters_token>
Additional context
I have the solution in my repo and I hope to make a pull request soon.
Thanks.