I can set the initial date range filter using value & value2.
Is it possible to set the initial date range filter values based on the min and max value of the associated dataIndx/column values? I don't necessarily need to apply the filter because it is inclusive of all results (already), but I just want to make it convenient for user to see the range of values and to initialize the pqdatePicker.
I've tried to initialize with getData like I would a pqSelect, but not sure how to get a min/max value on that subset.
With this in mind, this may be consideration for adding helper methods like getColMinValue/getColMaxValue(dataIndx).