Want to have a pre-filtered data table pulling from master data table
Want to have a pre-filtered data table pulling from master data table
Jeremy_A
Posts: 1Questions: 0Answers: 0
Hello,
I am hoping to create a pre-filtered data table that pulls from a master data table.
I have been looking through the searchBuilder.preDefined page, but a lot of it is going over my head.
Is there any good documentation/vidoes on how to implement this?
Please explain as basic as possible. Thank you for your time.
Replies
Here is an example of using predefined filters. I'm not sure what to explain that is not in the docs. Might be best for you to ask questions about what you don't understand.
You might be interested in this example. You can create a filter then use the
Get Details
button to see what the predefined filter(s) would look like. The button uses thesearchBuilder.getDetails()
to get the current filters.Kevin