I'm trying to build a custom page (sort of a report), which will use a date range filter, and then fetch the data from various resources to display as per the selected date range. Since it requires custom formatting, so using Table Builder or Info List is not suitable.
Now, while I'm able to show the filters form by adding
FilterAction
FilterAction
to
getHeaderActions()
getHeaderActions()
and using
HasFiltersAction
HasFiltersAction
trait, I'm unable to figure out which method should I use to fetch and update the data on page as per the selected date range.