Table layout with UI builder - with accessibility standards
Hi, I'm using UI builder to build a page that has a layout that looks like a table. The cells need to contain interactive elements like checkboxes, links, and text.My current approach is to use the Repeater component to create the rows. Inside each r...