You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've tried to start using mantine-datatable with my new project. When I create a datatable with data, and that data is visible in the table, below the table the "no records" statement appears. I've read the documentation to see if I can find something similar but no luck.
To Reproduce
Steps to reproduce the behavior:
Create a Vite+React+TypeScript project, installed dependencies
Install mantine core and hooks following the mantine's getting started page, create postcss.config.cjs and fill it
Install mantine-datatable and clsx with 'pnpm i mantine-datatable clsx'
Copy the "Basic usage" examle with companies.json to my project
Expected behavior
Since the records are present, the no records text should not be visible
Screenshots
Desktop (please complete the following information):
OS: Windows 11 23H2 Build 22365.2700
Browser Chrome
Version 119.0.6045.160
The text was updated successfully, but these errors were encountered:
Describe the bug
I've tried to start using mantine-datatable with my new project. When I create a datatable with data, and that data is visible in the table, below the table the "no records" statement appears. I've read the documentation to see if I can find something similar but no luck.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Since the records are present, the no records text should not be visible
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: