One view displays all order records in a tabular format with 10 records per page.
A filter is set to show only paid orders, which pops up filtered data when selected.
An issue arises when closing the pop-up window and navigating to the next page of the table; instead of displaying all order records, it shows the filtered data for paid orders.
How can I reset the LocalStorage so that all order records are shown without revealing any proprietary code under NDA?