Filter Table and View Columns icons are not working after upgrading to 2.1.0 (from 2.0.0)
See original GitHub issueExpected Behavior
View columns and filter table as wanted.
Current Behavior
When clicking the icon(View Columns
& Filter Table
) nothing happens. Search
and Download
icons works just fine.
Screenrecording: https://www.dropbox.com/s/h9i449od9tlcowy/Screen Recording 2019-05-08 at 13.58.37.mov?dl=0
Steps to reproduce
- Upgrade
mui-datatables
to version 2.1.0 - Start app
- When
View Columns
selector andFilter Table
are clicked nothing happens
Your Environment
I’m using a react app based on create-react-app running on node 10.15.3.
Tech | Version |
---|---|
Material-UI | 3.9.3 |
MUI-datatables | 2.1.0 |
React | 16.8.1 |
browser | Crome & Safari |
etc | MacOS Latest |
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Icinga Web 2 Changelog
We have you covered with a fix for this and the column selection should stay open ... This update's main focus is to...
Read more >Host and service views - The official Checkmk User Guide
Views are very powerful in Checkmk and can be individually created or customized. How to effectively use views is explained here.
Read more >Earlier versions - IBM
In case you missed a release, review a list of features from previous versions of QRadar Pulse.
Read more >Patches & Fixes – Uncode Theme
If you have a problem with the new Lightbox and WooCommerce ... an incorrect Quick-View icon in Footer images, please update this file...
Read more >Dropfiles changelog - Joomunited
Fix Update pdfparser library for PHP 8 compatibility. Fix Style issue in manage files view on Joomla 4 frontend. Version 6.0.2.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
@material-ui/core: 3.2.2
and@material-ui/icon: 3.0.2
, the buttons work as expected.The same case, I have downgraded to version 2.0.0. Waiting for the newest version for fixing it.