Instructions
Setup Instructions
1. Add the Plugin Element
• Drag the TCH-ResizableHeader element onto your page
• Configure the required properties
• Place the element anywhere on your page
2. Prepare Your Table Structure
Header Element
• Create a Group or Text element that will serve as your table header
• Give it a unique Element ID (e.g., "header-column-1")
Apply basic styling as needed
Table Cell Elements
• Create Groups or Text elements for your table cells
• Give them all the same CSS class name (e.g., "table-column-1")
• Ensure they have appropriate styling
Note
You will need to use a plugin like Classify to inject a class into a Bubble element. This plugin will not work otherwise since it uses CSS Classes.
You can alternatively use the TCH - Dynamic Column element which tracks new rows using element ID prefixes.