How to remove Filter from Data Store?

Hi there doesn’t seem to be a Board of DataStore so I’m asking this here.

After I do a ds.filter(param,val) and later want to remove that filter, how would I do that please?

I’m using V3.0.

Thanks in advance

Please, try to call the filter method with the empty value:
ds.filter(param,"")

Sematik, many thanks for your quick reply. That worked well.