Bilal Shafi
Bilal Shafi
As per our recent discussion with @gerdadesign, we made a few adjustments to the colors (mostly icon colors) as per the standard theme colors and now we are mostly aligned...
> As I understand it, the word variant has a very specific meaning in the core packages. I see, yeah seems like `variant` has a specific meaning in many core...
Yes, it seems emotion is bundling css assets in a different way due to which we need to increase the specificity of custom classes.
Hey @srgg Thank you for the feedback. Could you expand more on what you mean by the custom loaders per child and what you want to achieve with them, does...
Hi everyone, apologies for the delay on this one. There are a number of factors involved: 1. Other high-priority features/priorities in the pipeline 2. Expansion of the scope of this...
Thanks @gerdadesign for the research and doing all the comparisons in the Figma. I think what we currently have is the `elevation = 2` according to this [table](https://mui.com/material-ui/react-paper/#elevation). Is the...
@mtr1990 Thank you for reporting the issue, it indeed _is_ a bug, and is related to the lastPage calculation in the GridPagination component. Here's a diff to fix the issue:...
> This currently isn't possible yet as all state related to filtering is localized to the datagrid. I see two potential ways we can move forward with this. > 1....
> Do we need to add "use client" to the exported subcomponents, like GridToolbar? Yes, we could, won't it apply to every other slot component too though? As a reference,...
Thank you @Janpot for raising the issue. If I recall it correctly we removed the error prop and ErrorOverlay when we removed the **ErrorBoundary** from within Data Grid for users...