Hi,
i want to display data in Gridview(Row and coloumn manner with Heading). Please suggest which controls is supported in Power apps?
Thanks,
Mahipal
Hi
Just insert / use Gallery, and change the proper of:
- WrapCount (Defaults = 1)
- WrapCount = 2 means 2 Column (Row depends on your data count), so on and so forth.
Have a nice day.
Hi,
Which type of gallery need to consider for this
Thanks,
Mahipal
Hi
Any gallery with any layout (H or V)
WC = 2
WC = 3
If you are thinking about fully featured data grids (read-only/updatable), then this is probably the wrong app platform for you.
You can mimic simple grids but it is a lot of effort compared to other platforms.
Hi @Mahipal,
What is your current situation?
If you would like to display data in a table format, then I am afraid PowerApps is not the proper platform.
As @hpkeong suggest, you may take a look at the Gallery control:
Besides, you may also take a look at Power BI:
How to use Tables and Matrixes in Power BI
Regards
If by grid you mean something like my table on the left:
If you want the name of the column at the top, that's more complicated.