From 873cf37b58b9bb80f8b547eab15a01d49cfe938f Mon Sep 17 00:00:00 2001 From: Noam Honig Date: Wed, 24 Apr 2024 15:47:25 +0300 Subject: [PATCH] react table --- examples/tanstack-react-table/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/tanstack-react-table/README.md b/examples/tanstack-react-table/README.md index 48ac599b2..92ad4c580 100644 --- a/examples/tanstack-react-table/README.md +++ b/examples/tanstack-react-table/README.md @@ -1,5 +1,9 @@ # Example +This examples demos server side sorting / filtering / paging using remult + +[Open in stackblitz](https://stackblitz.com/github/remult/remult/tree/main/examples/tanstack-react-table) + Based on TanStack Table example: https://tanstack.com/table/latest/docs/framework/react/examples/filters