What component can we use for export data from table in Redwood Starter theme?
Summary:
i have used the component <oj-sample-export-data> </oj-sample-export-data> for exporting table data.
i am getting error message this component is not approve in Redwood Component.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
<oj-sample-export-data
max-rows="10000"
file-name="contract Information"
format="plain"
data="[[ $variables.getSearchContractHeaderADP ]]" chroming="half" columns='[ { "headerText": "Contract Number", "field": "contract_num", "width": 182, "template": "edit", "resizable": "enabled", "frozenEdge": "start" }, { "headerText": "Version", "field": "object_version_num", "template": "version", "width": 130, "resizable": "enabled", "frozenEdge": "start" }, { "headerText": "Scope of Work", "field": "contract_name", "template": "scopeofWork", "width": 161, "resizable": "enabled", "frozenEdge": "start" }, { "headerText": "Contract Date", "field": "contract_date", "template": "contractDate", "width": 154, "resizable": "enabled" }]'>