-
To start off, just want to say that the Data Grid component looks great!! I have a query around the ideal behaviour when using I can see in your codesandbox prototype that I'm not entirely sure about selecting rows that the user can't see. Is this customisable so that only the current page is selected? And we can add something similar to what Gmail does as shown below: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @PoojMenon Everything about the data handling with Data Grid is essentially up to the application builder. So you can do what ever you would like to do with it, that's kind of the beauty of its flexibility. You should be able to achieve something very similar to Gmail, but your product engineers will have to handle it in the application state itself. Data grid just renders what you tell it to render. Looking forward to seeing it's first use. 🎉 |
Beta Was this translation helpful? Give feedback.
Hi @PoojMenon
Everything about the data handling with Data Grid is essentially up to the application builder. So you can do what ever you would like to do with it, that's kind of the beauty of its flexibility.
You should be able to achieve something very similar to Gmail, but your product engineers will have to handle it in the application state itself. Data grid just renders what you tell it to render.
Looking forward to seeing it's first use. 🎉