I am designing a website for a local diner. I want to do their food menu using multiple repeaters. Ideally, I would like to have a single database. I would also like to include various fields for filtering purposes. I have attached a diagram of what I want to achieve on a single page.
For example, on their breakfast menu they have Skillets, Omelets, and Pancakes. I would like to create a column in the database where I can enter these categories and then filter these on individual repeaters on the same page.
Repeater 1 on the diagram (below) would filter and show only Skillets. Repeater 2 would filter Omelets, etc.
Is this possible using only one Dataset/Database?