Oj-table with custom data and column variables in VBCS
Summary
Oj-table with custom data and column variables in VBCSContent
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.3Code 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>
0