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

React table not working in live demo of Material Dashboard PRO #171

Closed
4 tasks done
emilandreas opened this issue May 8, 2019 · 1 comment
Closed
4 tasks done
Labels
bug Something isn't working enhancement New feature or request

Comments

@emilandreas
Copy link

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

The react-table example from the live demo (and in my project) is expected to be able have the column width manually changed. You should be able to drag the column headers with the mouse.

Current Behavior

When hovering with the mouse, you are now now able to se the mouse-symbol indicating that you can drag the columns, but when doing so, the rows will start to missalign.

Failure Information (for bugs)

Steps to Reproduce

  1. Open the react-table site on the live demo of the Material dashboard PRO

  2. Use your mouse to try and change the column width on one of the columns in the table.

Context

I am running Ubuntu, this happens at least on firefox and chrome.

@einazare
Copy link
Contributor

einazare commented May 8, 2019

Hello there, @emilandreas ,

Thank you for your interest in working with our products.
The issue comes from react-table itself, the resize function doesn't work properly in version 6.9.2, version which comes with this product.
You can read more about this issue here: TanStack/table#1271
Just wanted to leave the above information so that you understand, this issue isn't from our design/styles/code.
This being said, I've made some testings, and it seems that this issue was solved in version 6.10.0.
Just go ahead and change in our package.json the version of react-table.

All the best,
Manu
ReactJS Developer at Creative-Tim.com (http://creative-tim.com/)

Trying to help the open source community:

If you've liked what you saw, help me with a comment, like, share or subscribe.

@einazare einazare added bug Something isn't working enhancement New feature or request labels May 8, 2019
@einazare einazare reopened this May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants