Usama Tahir
Usama Tahir
Hi @danielfsousa, first of all, congrats on such a wonderful project. We are 2,3 people planning to use this repository for one of our projects. We want to use MySQL...
> What I did that fixed this for me. It at least works is putting the `` up in a parent component that doesn't leave the screen. Then both of...
I'd love to have support for typescript.
my import code is like this. it works fine ```const notifications = require('react-notifications'); // TODO: write typed definitions for this package.``` ```const { NotificationContainer, NotificationManager } = notifications;``` ```import 'react-notifications/lib/notifications.css';```
```diff + const updatedColumns = props.columns?.map(propColumnObj => { + const { name } = propColumnObj; + const stateColumnObj = this.state.columns.find(columnObj => columnObj.name === name); + if (stateColumnObj == undefined) return...
@patorjk upgrading `mui-datatables` to latest stable `mui` and `react 18` will definitely help. We use this package and are currently stuck after upgrading to `MUI-5` and `React 18`. I can...
@patorjk here is the PR with the fix. https://github.com/gregnb/mui-datatables/pull/1971 Please review it whenever you get some free time and if you need some changes in the PR, please let me...
@max-chen-innosys can you provide a repro example? I will try to look into this issue.