Category: Bubble


  • How to create a filter button and change a table’s data source in Bubble? / How to filter with a button?

    I am building a web application, and I built a filter button to show future ETA (Estimated Time of Arrival) records in a datatable. I thought this is a good example how to connect a state and a data source together. The main purpose to build a filter and turn it on and off. Let’s…

  • How to create hamburger menu in Bubble?

    On mobile devices almost every site lends to use hamburger menu, because it is intuitive and user friendly. So in bubble I replicated this design and functionality, so you don’t have to struggle and think about it. On the left side you can see the closed state, and on the right side the opened state.…

  • How to protect pages from unauthenticated users in Bubble?

    There comes a time when your bubble project will use authentication for users and you come across the question, how to protect my home page and other pages from unauthenticated users. By default all the page is visible, so if google crawl your pages then they are visible for everybody. So in this short tutorial…

  • How to create a dropdown menu in a dashboard sidebar in bubble?

    I started to build a new project about truck registering and I will use a dashboard with a sidebar. I decided to use a dropdown menu, so if I will have a lot of menu items then I can group them. This way I can save place, looks cool and in the future I don’t…

  • How to import data into Bubble? / How to use csv file to upload Bubble database?

    There comes a time when you need to upload your database in Bubble and all you have an excel with a lot of data. In this quick tutorial I show you how can you use your excel and what to do, so you don’t waste time. 1. Create data types Go to Data menu item…

  • How to use absolute position in Bubble?

    In regular web development css position absolute is a convenient way to place items top on each other or relative to the parent container. When in Bubble development you are looking for this setting you don’t find it, but that doesn’t mean you cannot reach that behavior. Let’s check out the following contact form I…