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

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"  }]'>

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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