I have map that has both a Timeslider and FeatureTable widgets. However, the time filter from the timeslider is not being applied to the featuretable. Therefore even though features are not shown the map because they are outside the time extent, they are being shown in the feature table. I wasn't able to find a property to set in the feature table to filter the time like there is for filterGeometry. Does anyone know how to make the feature table filter the time extent from the timeslider?
Thanks,
Hi, you could apply a definition Expression to the featureLayer, this can be done on the timeslider change, using the time extend, that way the feature table will show the same features than the time slider.
That is what I ended up doing. I also had to format the date some to make it work with the definition expression.