Michel Engelen
Michel Engelen
I am sorry for the inconvenience @unode ... this particular change is already merged in master so I will close this one in favor of the current implementation.
Hi @sinansonmez ... Thanks for working on this. all in all I think the general direction is good with. Just a few suggestions: 1. when inserting the text with `handlePostQuote`...
hey @babinderrathi is there anything we can help with here?
@bdbch I did this by adding a custom extension which sole purpose is to add keyboard-shortcut overrides. Is this the correct approach, or is there a better way to do...
defering QA since it only removes stuff and has no real impact
@MBilalShafi I can confirm this bug. It happens when a page (not necessarily page 1) has no more rows to show after removing rows. Steps to reproduce: 1. Create a...
[data grid] columnVisibilityModel breaks `Show all` and `Hide all` buttons in manage columns overlay
It seems as having a value in `columnVisibilityModel` prevents that. Seems like a bug to me, right @cherniavskii?
[data grid] columnVisibilityModel breaks `Show all` and `Hide all` buttons in manage columns overlay
Even when using the simplest example adding a `columnVisibilityModel` will do. Unrelated to checkbox selection, server side pagination or sth else. [Demo](https://stackblitz.com/edit/react-3b6mkn-6um7nl?file=Demo.tsx)
[data grid] columnVisibilityModel breaks `Show all` and `Hide all` buttons in manage columns overlay
well, if that is the expected behavior (and that's fine) the UI is misleading, since the buttons are available and not disabled, but do nothing when clicking them. I would...
[data grid] columnVisibilityModel breaks `Show all` and `Hide all` buttons in manage columns overlay
> I wouldn't remove the buttons in this case, because when the user controls the model, it's expected that only the user updates the model to the DataGrid (so the...