Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visible "no records" statement, even though there are #475

Closed
baltarifcan opened this issue Nov 17, 2023 · 1 comment
Closed

Visible "no records" statement, even though there are #475

baltarifcan opened this issue Nov 17, 2023 · 1 comment

Comments

@baltarifcan
Copy link

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:

  1. Create a Vite+React+TypeScript project, installed dependencies
  2. Install mantine core and hooks following the mantine's getting started page, create postcss.config.cjs and fill it
  3. Install mantine-datatable and clsx with 'pnpm i mantine-datatable clsx'
  4. 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
image
image

Desktop (please complete the following information):

  • OS: Windows 11 23H2 Build 22365.2700
  • Browser Chrome
  • Version 119.0.6045.160
@baltarifcan
Copy link
Author

Went through the docs again, missed the styles.layer.css import

@icflorescu icflorescu pinned this issue Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant