# Stop losing filter state: shareable URLs for AG Grid

ag-grid-url-sync is an open-source library I built that turns AG Grid filter state into clean, human-readable query strings, so a filtered view can be shared as a URL instead of a screenshot. It supports all 26 native AG Grid filter operations. The full write-up was published on the NearForm blog.

Published: 2025-07-30
Updated: 2026-07-27
Canonical: https://nearform.com/digital-community/stop-losing-filter-state-shareable-urls-for-ag-grid-with-ag-grid-url-sync

## Revisions

- 2026-07-27 — Added to the archive; first published on the NearForm blog, 30 July 2025.

---

Every team I've watched work with AG Grid eventually hits the same wall: someone builds the
perfect filtered view, and the only way to share it is a screenshot and a list of instructions.
I built [ag-grid-url-sync](https://www.npmjs.com/package/ag-grid-url-sync) to fix that — it
serialises filter state into clean, human-readable query strings, covering all 26 native AG
Grid filter operations, so a view is just a URL you paste into Slack.

I wrote up the design, the API, and the workflow problems that motivated it on my employer's
blog: [read the full piece at NearForm →](https://nearform.com/digital-community/stop-losing-filter-state-shareable-urls-for-ag-grid-with-ag-grid-url-sync)
