Jan 11, 2023 11:28 AM
Hey friends, family, and everythign in between,
So, I have a table embedded into a landing page, and like, overall, I am pretty happy with it! That being said, there is usually a footer in an embedded table that says "view larger table" in the bottom right hand corner of said table. For whatever reason, mine doesn't show up. As a workaround, I have implemented a button that brings you to the airtable website view of it, but would like that little footer back in case people need it, or to at least have an option for such both above and below the table.
Any thoughts or insights as to why it might not be showing up? Let me know!
Solved! Go to Solution.
Jan 15, 2023 09:21 PM - edited Jan 15, 2023 09:21 PM
Thanks! Just had a look, your iframe's set up with a height of 945px, but its containing div is set up with a height of 917px, thus blocking off the footer.
Once the iframe's height was set to 917px the footer showed up:
So once you either make the iframe slightly shorter or its containing div slightly taller you should be good to go!
Jan 12, 2023 12:16 AM
Weird! I'm thinking maybe the container it's in has a set height and so it's hidden? Any chance you could provide a link to the site?
Jan 12, 2023 07:45 AM
Jan 15, 2023 09:21 PM - edited Jan 15, 2023 09:21 PM
Thanks! Just had a look, your iframe's set up with a height of 945px, but its containing div is set up with a height of 917px, thus blocking off the footer.
Once the iframe's height was set to 917px the footer showed up:
So once you either make the iframe slightly shorter or its containing div slightly taller you should be good to go!
Jan 16, 2023 08:19 AM
You are the absolute best, and I couldn't appreciate it more. 🙂