How to use template from oj-table in export to excel feature.
Content
Hi
I am using "template" in oj-table , I want to use same template in export to excel feature but I am not getting any option of "template" in export functionality.
PFB the oj-table code.
<oj-table class="height:300px" scroll-policy="loadMoreOnScroll" id="oj-table--185096579-1" data="[[ $flow.variables.csAdminSearchADP ]]" columns='[{"headerText":"Country Name","field":"countryName","width":150,"style":"white-space:normal;word-break:break-all"},{"headerText":"Language Name","field":"langName","style":"white-space:normal;word-break:break-all","width":150},{"headerText":"Assitance Type","template":"assistTypeCellTemplate"},{"headerText":"Paid/Free","template":"paidFreeCellTemplate"},{"headerText":"Platform Name","field":"platformName","width":140},{"headerText":"Product Name","field":"productName"},{"headerText":"Phone Number","template":"phoneCellTemplate","width":140,"style":"white-space:normal;word-break:break-all"},{"headerText":"Chat Channel","template":"chatCellTemplate"},{"headerText":"Email Address","template":"emailCellTemplate","width":180,"style":"white-space:normal;word-break:break-all"},{"headerText":"Community","template":"communityCellTemplate","style":"white-space:normal;word-break:break-all","width":180}]' columns.template="paidFreeCellTemplate" display="grid">
0