Skip to main content
Solved

Embedded Tables - Footer Not Showing

  • January 11, 2023
  • 4 replies
  • 25 views

Forum|alt.badge.img+3

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!

Best answer by TheTimeSavingCo

Yes, absolutely! Thank you so much for your time! 

 

http://www.takesomerisk.com/dtc-brand-index/


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!

4 replies

TheTimeSavingCo
Forum|alt.badge.img+31

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?


Forum|alt.badge.img+3
  • Author
  • New Participant
  • 2 replies
  • January 12, 2023

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?


Yes, absolutely! Thank you so much for your time! 

 

http://www.takesomerisk.com/dtc-brand-index/


TheTimeSavingCo
Forum|alt.badge.img+31
  • Brainy
  • 6460 replies
  • Answer
  • January 16, 2023

Yes, absolutely! Thank you so much for your time! 

 

http://www.takesomerisk.com/dtc-brand-index/


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!


Forum|alt.badge.img+3
  • Author
  • New Participant
  • 2 replies
  • January 16, 2023

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!


You are the absolute best, and I couldn't appreciate it more. 🙂