Bilal Shafi
Bilal Shafi
Duplicate of #12100, closing the issue, feel free to reopen if you have a priority support add-on, or we can follow up the discussion on the other issue.
Hey @gregberge, any chance to have this done any time soon? Thanks
@romgrk Is it ok to review this one or do you want to check the failing tests first?
@tomdglenn91 Thank you for your patience, your use case is both interesting and a bit unusual. Because in normal circumstances, the `columns` prop would have a stable reference across multiple...
To understand more the problem, can you try producing a minimal reproduction example in some codesandbox or possibly a git repo (because you can't share your code as it's private,...
You can write custom filters in general by using the colDef.filterOperators property. ```tsx const columns = [ { ...otherProperties, filterOperators: customOperators; } ]; ``` You can check this documentation section...
Thank you @Spencer-Vega for reporting. I noticed this happens only on the v7 version, so I am guessing it might be a side effect of sticky headers or some other...
Following the same [route](https://github.com/mui/material-ui/pull/34680) as core, until the underlying issue with the recast is still there, let's not prevent our users from using latest typescript expressions like `satisfies`, since the...
> Core is releasing it under a new major, but in our case, this would end up in a minor/patch release. 🙈 Nice point. Do you mean it's kind-of a...
Hey @daniellepaquetteharvey, The first implementation for the server-side data source is already in progress and is expected to land in Q2 2024 which will include: - Filtering - Sorting -...