In my web app builder app I had the attribute table widget turned on, and I had it collapsed by default.
Trying to do this in experience builder is arbitrarily complicated and I can't figure out what I need to do to get it to work.
I want the table to be collapsed by default and expand to overlap the map when you click the arrow.
This is my app: the bottom sidebar that holds the table stays expanded, it does not collapse.
It looks like you are using a Grid Template and you have done something a bit wrong with how you've built your layout. When you place two or more Widgets into the same space on a Grid, they automatically arrange themselves into a tabbed style. You have a Sidebar in one Tab and the Table in another which isn't really a useful arrangement. You will need to move some stuff around to get them in the right places.
Thank you for helping me.
It is a grid, the grid column has the map and the table.
I tried making the map widget smaller, but it is just moving around on the screen when I try to drag it.
It looks like if you add a Widget directly inside a Grid space it becomes locked to the size of that space. So here's what you can do.
Instead of shrinking your map, find and click the Move To Pending List Button on your Map Widget.
You'll probably need to make a new Grid square that you will put all your Widgets in. Then add the Sidebar to it. Now go to the Pending Tab of the Insert Widgets Panel and drag your Map Widget back inside your Sidebar. You will probably also need to move your Table Widget in and out of the Pending List.