How to do multiple filed filter for the table data from ADP type?
Content
Hi Team,
I consuming report data and return list of values in array format. then i show that data into table format using ADP Type.
<oj-table summary="Sample Table" scroll-policy="loadMoreOnScroll" id="oj-table--1443662657-1" class="oj-flex-item oj-sm-12 oj-md-12"
columns='[{"headerText":"EES_REQUEST_NO","field":"eESREQUESTNO"},
{"headerText":"PERSON_NAME","field":"pERSONNAME"},
{"headerText":"PERSON_NO","field":"pERSONNO"},
{"headerText":"SPONSORSHIP_STATUS","field":"sPONSORSHIPSTATUS"},
{"headerText":"COMMENTS","field":"cOMMENTS"},
{"headerText":"ID","field":"id"}]' data="{{ $variables.employeeDetBasedApprover }}" selection-mode.row="single" ></oj-table>
employeeDetBasedApprover -->ADP Variable
How to do multiple filed filter for the table data? Is it possible?
Please kindly guide me.
Regards,