From 7024978a145a9c7395f9ea8901a4a29b94d350cd Mon Sep 17 00:00:00 2001 From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com> Date: Fri, 13 Mar 2026 16:58:16 -0300 Subject: [PATCH] docs: document supported versions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 02b62e7..344747b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ This is an addon that allows to export Vaadin's grid data to some formats like E * Other templates can be used besides the basic templates * Optionally can create the export buttons automatically (default) +## Supported versions + +| Vaadin Version | Add-on Version | +|---|---| +| 24-25 | 3.x | +| 23 | 1.x | + ## Online demo [Online demo here](https://addonsv24.flowingcode.com/gridexporter)