(SOLVED )Problem with Adding footer

Hi, I used bootstrap table and contained it in a div.

However, I have problems adding a footer below the table. My footer would appear in the middle of the table.

I am using height = 100vh for my tables.

Hope someone could help me understand why.

I intend to add footer and add a bottom margin after the table.

Looks like tables don’t work well within a div. You can either set the div display css attribute value to ‘table’ ( source: Contain table within div), or just do not contain the table within a div and just show and hide tables.

1 Like