Sometimes, we need to temporary enable some filters. So filters should be able to be disabled and enabled because creating filter every-time takes time.
For example, I want to shift all the dates of a view after specific date. So temporarily, I can limit the data using filter of that view. Bulk update and Disable filter again.
Thanks!