From 69f8cdb9a36756c01a06684eeaef95f571dfe01c Mon Sep 17 00:00:00 2001 From: kjorand <25977492+kjorand@users.noreply.github.com> Date: Sun, 6 Oct 2024 03:39:32 +0200 Subject: [PATCH] Update table.mdx That "bug" has been there for > 1 year !! I understand the wait ... but hey at least document it ! (so that users don't spend hours in the middle of the night trying to figure it out !! ^^) Source : https://github.com/nextui-org/nextui/issues/1403#issuecomment-1678863519 --- apps/docs/content/docs/components/table.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/docs/content/docs/components/table.mdx b/apps/docs/content/docs/components/table.mdx index 5415aa1e65..819548cd01 100644 --- a/apps/docs/content/docs/components/table.mdx +++ b/apps/docs/content/docs/components/table.mdx @@ -31,6 +31,8 @@ Tables are used to display tabular data using rows and columns. They allow users ## Import +WARNING : Table currently only work in client components. + NextUI exports 6 table-related components: - **Table**: The main component to display a table.