-
Notifications
You must be signed in to change notification settings - Fork 932
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
Filter Table and View Columns icons are not working after upgrading to 2.1.0 (from 2.0.0) #600
Comments
I see the same error. Here is a link to codesandbox example for the same: |
Later versions of material-ui introduce breaking changes. I'm working on upgrading it, but it's complicated, so it may not be done for a bit. In the mean time, I recommend using material packages that are no larger than the versions used by this library. In the code sandbox example above, if I change package versions to |
The same case, I have downgraded to version 2.0.0. Waiting for the newest version for fixing it. |
Same case here too |
There is a PR up that should fix this particular issue, so stay tuned. |
Got the same error here, with the MaterialUI 4 beta. Made the downgrade to 2.0.0 and it worked. |
Expected Behavior
View columns and filter table as wanted.
Current Behavior
When clicking the icon(
View Columns
&Filter Table
) nothing happens.Search
andDownload
icons works just fine.Screenrecording:
https://www.dropbox.com/s/h9i449od9tlcowy/Screen%20Recording%202019-05-08%20at%2013.58.37.mov?dl=0
Steps to reproduce
mui-datatables
to version 2.1.0View Columns
selector andFilter Table
are clicked nothing happensYour Environment
I'm using a react app based on create-react-app running on node 10.15.3.
The text was updated successfully, but these errors were encountered: