hi,
I used to use the table without any problems, but yesterday I update it to the latest version(1.69.0) and stumbled into a big problem.
When I update the data, the browser freezes and the application becomes locked !!
It's enough to re fetch the data several times to see this problem.
have the same issue
hi,
I used to use the table without any problems, but yesterday I update it to the latest version(1.69.0) and stumbled into a big problem.
When I update the data, the browser freezes and the application becomes locked !!It's enough to re fetch the data several times to see this problem.
of course, no problem from version 1.67.0 down to the bottom.
I had the same issue and I can confirm that this is material-table issue. I have downgraded to version 1.61.0 and everything works perfect. Just do npm install [email protected]
I have the same issue with 1.69 - took me a while to figure out it was an issue with material-table and not with my code. Downgrading to 1.68 fixed the issue for me, but I really want to be able to disable that PDF export button :(
hi,
I used to use the table without any problems, but yesterday I update it to the latest version(1.69.0) and stumbled into a big problem.
When I update the data, the browser freezes and the application becomes locked !!
It's enough to re fetch the data several times to see this problem.of course, no problem from version 1.67.0 down to the bottom.
I had the same issue and I can confirm that this is material-table issue. I have downgraded to version 1.61.0 and everything works perfect. Just do npm install [email protected]
I have the same issue with 1.69 - took me a while to figure out it was an issue with material-table and not with my code. Downgrading to 1.68 fixed the issue for me, but I really want to be able to disable that PDF export button :(
All you need to do is add this option
options={{
exportButton: false
}}
Yes, but isn’t that only in version 1.69+?
On Sep 23, 2020, at 6:00 AM, mohammad mirzaei notifications@github.com wrote:

I have the same issue with 1.69 - took me a while to figure out it was an issue with material-table and not with my code. Downgrading to 1.68 fixed the issue for me, but I really want to be able to disable that PDF export button :(All you need to do is add this option
options={{
exportButton: false
}}
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Most helpful comment
I had the same issue and I can confirm that this is material-table issue. I have downgraded to version 1.61.0 and everything works perfect. Just do npm install [email protected]