Skip to content

To save filter history as url request for convenience purpose. #17

Description

@jerrychee94

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions