My requirement is to export the only edited row from table.
Summary:
Hello Experts,
I am using the export functionality in VBCS to allow user to export the table data which is working fine but my requirement is export the only edited row.Request your inputs on the best approach towards achieving the same.
Is there i need to create any JS Function for this requirement .Please guide me
Thanks in advance
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
<oj-toolbar chroming="outlined">
<oj-sample-export-data max-rows="10000" file-name="parts.csv" data="[[ $variables.Loosepartvar ]]"
columns='[{"field":"S.no","headerText":"S.no","type":""},{"field":"Part Number","headerText":"Part Number","type":""}]'></oj-sample-export-data>