Select to view content in your preferred language

Replicating Web AppBuilder Attribute Table Behavior in Experience Builder

729
6
01-23-2026 07:02 AM
ChivoGIS
Emerging Contributor

I’m working on upgrading an application from Web AppBuilder to Experience Builder and am trying to replicate the classic Attribute Table behavior.

In Web AppBuilder, users can click a layer in the Layer List - View Table and immediately open its attribute table at the bottom of the app, and adjust the layer list panel so it does not overlap. I’m looking for the same workflow in Experience Builder:

  • Click a layer in the Layer List - View Table

  • Open/view the attribute table for that layer (tried  table widget - looks like table has to be open)

  • Have the attribute table automatically appear as a bottom panel

Has anyone implemented this behavior in Experience Builder, or is there a recommended pattern or configuration to achieve it?

Tags (2)
0 Kudos
6 Replies
JeffreyThompson2
MVP Frequent Contributor

You just inspired me. I figured it out and it's pretty slick. This deserves a post on the Tips and Tricks Board. Give me a few hours to do a proper explanation.

GIS Developer
City of Arlington, Texas
0 Kudos
ChivoGIS
Emerging Contributor

Thank you! Can't wait!

0 Kudos
JeffreyThompson2
MVP Frequent Contributor
ChivoGIS
Emerging Contributor

@JeffreyThompson2 

Thank you — that solution worked!

I do have one remaining challenge. I was trying to keep the Attribute Table inside a sidebar so it wouldn’t overlap the Layer List. When I use the widget normally, the Attribute Table opens as a floating panel and ends up overlapping the Layer List, which is located in a different sidebar.

Is there a way to keep the Attribute Table contained within a sidebar (similar to Web AppBuilder) so it doesn’t cover other tools? Snapshots are attached

0 Kudos
JeffreyThompson2
MVP Frequent Contributor

You can place the Table Widget within a Sidebar (instead of a Widget Controller), but the auto-opening behavior will not work in that configuration.

GIS Developer
City of Arlington, Texas
0 Kudos
ChivoGIS
Emerging Contributor

Thank you! Yes, this is how I have it.

0 Kudos