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

Unexpected behavior with TotalCount and page properties #857

Open
martin-trajanovski opened this issue Jul 8, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@martin-trajanovski
Copy link

Describe the bug
While working on my project, I noticed that TotalCount no longer does what it did before. So the passed value at TotalCount is not displayed in the table below. However, I am not sure if there is a problem with my dependencies and thus it is with my implementation or it is a bug.

To Reproduce
Steps to reproduce the behavior:

  1. Import newest version of the table
  2. Add totalCount and page

Earlier version (Material-Table) - with expected behavior: https://codesandbox.io/p/sandbox/material-table-starter-template-forked-f6h46m?file=%2Fsrc%2Findex.js%3A1%2C1-38%2C1
Latest version (Meterial-Table/core) - with unexpected behavior: https://codesandbox.io/s/material-table-starter-template-forked-s5lcd8?file=/src/index.js

If the behavior is wanted, I would like to know how to change totalCount now.

@martin-trajanovski martin-trajanovski added the bug Something isn't working label Jul 8, 2024
@Domino987
Copy link
Contributor

The first link does not work unfortunately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants