We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
There's a little known feature in Piccolo admin where you can filter the row listing page using GET params. For example:
/#/movie?won_oscar=true
However, these values aren't synchronised with the filter sidebar:
Having this work properly would be a nice feature. It will allow a user to do the following:
The text was updated successfully, but these errors were encountered:
@dantownsend If you want I can do PR for this in the evening. I tried it and it needs a little change to make it work.
Sorry, something went wrong.
@sinisaos That would be great, thanks
No branches or pull requests
There's a little known feature in Piccolo admin where you can filter the row listing page using GET params. For example:
However, these values aren't synchronised with the filter sidebar:
Having this work properly would be a nice feature. It will allow a user to do the following:
The text was updated successfully, but these errors were encountered: