Skip to content

docs: add shareable filter URLs section#1273

Merged
f3l1x merged 1 commit intomasterfrom
docs/shareable-filter-urls
Mar 17, 2026
Merged

docs: add shareable filter URLs section#1273
f3l1x merged 1 commit intomasterfrom
docs/shareable-filter-urls

Conversation

@radimvaculik
Copy link
Copy Markdown
Member

Summary

  • Documents Datagrid::$formMethod = 'GET' as the solution for sharing filter state via URL (e.g. in emails)
  • Adds a new "Shareable filter URLs" section to filters.md with usage example and notes on caveats (static property scope, sensitive data in URL)

Closes #1074

Document the `Datagrid::$formMethod = 'GET'` option that allows filter
values to be reflected in the browser URL, enabling shareable/bookmarkable
filter links (e.g. for use in emails).

Closes #1074
@sonarqubecloud
Copy link
Copy Markdown

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46.19%. Comparing base (e7c487d) to head (05111d2).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1273   +/-   ##
=======================================
  Coverage   46.19%   46.19%           
=======================================
  Files          52       52           
  Lines        2680     2680           
=======================================
  Hits         1238     1238           
  Misses       1442     1442           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@radimvaculik radimvaculik requested a review from f3l1x March 17, 2026 06:46
@f3l1x f3l1x merged commit 30b1bef into master Mar 17, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Modified filters from different page

2 participants