Bagas Naufal Insani
Results
3
comments of
Bagas Naufal Insani
> Added a fix for this in version 3.4.0. You can now override the ExpandButton component. Example: https://github.com/gregnb/mui-datatables/blob/master/examples/expandable-rows/index.js#L119 Hi, thanks for this! So I've tried this solution, but there's something...
I had this issue for a while and what fixed it for me was by using this `ConfigModule.forRoot({isGlobal: true})` instead of the one OP using.