From 445389b5af22f5f27ad9e78bbac2bb15ab670208 Mon Sep 17 00:00:00 2001 From: Apurva Chitnis <10189197+apuchitnis@users.noreply.github.com> Date: Thu, 13 May 2021 08:27:16 +0100 Subject: [PATCH] add example linking to react-table search I really love google-map-react, and thought I'd share a link to my project that uses it and react-table, to help comedians find comedy nights to perform at. The interesting thing I've done is link the elements in the table to those shown on the map. So you can search in the table and the map updates. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bfc708ac..927eca15 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,8 @@ Now every object on the map can be hovered (however, you can still use css hover * local develop example (new) [develop example](./develop) +* simple example linked to a react-table [open-mic-nights](https://apuchitnis.github.io/open-mic-nights), [source](https://github.com/apuchitnis/open-mic-nights) + ## Documentation You can find the documentation here: