Next/Previous Day on Table Records

Hey, I have a table with dates, and I would like to create a UX-friendly way to move between dates (e.g. “show records of today”, “show records of tomorrow”, etc.).

On regular web apps it would look like this:

with a “Next” and “Previous” button.

In Tadabase the only way I know of is to have to create and set a Filter manually each time (“create filter” → “date field” “=” “tomorrow”, etc.). That seems very cumbersome.

I search for any JS plugins that could help but didn’t find any. I might try to write one, but I think the actual Tadabase filtering part will be hard.

Anyone have a better idea?