Multiple Salesforce Tables Per Row

This guide will demonstrate how to display two Salesforce Tables in a single row.

Please drag and drop a JavaScript field and paste the below code. Please replace field component IDs with your Salesforce Table field IDs.

// List all Salesforce components to be grouped in a row
$("#component-25fd-5225-fce5, #component-b812-34ed-8121")
    .wrapAll('<div class="row">')
    .addClass("col-xs-6")
image

For any questions, please contact us - [email protected] or the Formyoula in-app chat 🙂