How can i create dynamic table into bubble


Here there is two buttons.Start date and end date.Now i want to create a dynamic columns in table such that first column is employee email from second to last cloumns is corresponding start date to end date. Suppose start date is 05/01/2024 and end date is 05/04/2024.Then the columns of table looks like . Employee Email, 05/01/2024,05/02/2024,05/03/2024,05/04/2024. And correseponding these columns i will fetch the data from the database table which is already present in bubble’s database.

Can anyone help me how can i do that?

@boston85719

@Zeroic

I believe you can do this with the Full Calendar setup - Demos | FullCalendar. It’s built for your use-case (check the Resource time grid demo here)

If yes, then you would need to look at integrating this either directly, or by creating a Bubble plugin

No i don’t want Full Calender setup.