I'm making a movie application. I have a screen with links to different movie categories, for example:horror, romance, adventure.
When the user clicks on a link, he is redirected to another screen and on that other screen there is a table with a list of films in the genre he chose.
Furthermore, there is a button that when clicked brings up a table with all existing films, but they are all mixed up. I want this button to bring up all the tables with the specified genres instead of bringing everything mixed together in one table.
Hi VN,
Create a Block that contains a single table with the genre as input. On the page, add a Table or List that contains the Block, with as input a list of all genres that you want to show.