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

How to do multiple filed filter for the table data from ADP type?

Received Response
50
Views
6
Comments
edited Aug 20, 2019 5:12PM in Visual Builder 6 comments

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,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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