Community
Participate
Working Groups
We should add support for "Grid"-controls.
It sounds like grids are basically used to order elements on the screen. I'm not sure whether we'd want to support them as tables or not.
It could be the case that Grids are used to layout items over the app and that we may want to support selecting from them in order to scroll to the correct part of the app.
This component has "Panel" as a parent and is therefore a container. We support this component. I checked the object mapping and executed a small test on some buttons inside this container successfully.
Verified. I was able to map components inside a Grid container and successfully executed simple click tests on it.