Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Oj-table with custom data and column variables in VBCS

edited Nov 23, 2018 8:53AM in Visual Builder 1 comment

Summary

Oj-table with custom data and column variables in VBCS

Content

Hi,

Is there  away to populate the oj-table with custom data 

$page.variables.data: Array of objects

$page.variables.columns: Array of columns

<oj-table summary="Sample Table" scroll-policy="loadMoreOnScroll" id="oj-table--2060600457-2" class="oj-flex-item oj-sm-12 oj-md-12" data="{{ $page.variables.data }}" columns="{{ $page.variables.columns }}"></oj-table>

Something like shown above.

How can we achieve this in VBCS?

 

Thanks & Regards

Version

Version: 18.3.3

Code Snippet

<oj-table summary="Sample Table" scroll-policy="loadMoreOnScroll" id="oj-table--2060600457-2" class="oj-flex-item oj-sm-12 oj-md-12" data="{{ $page.variables.data }}" columns="{{ $page.variables.columns }}"></oj-table>
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!