skip to Main Content

Css – What is the best way to calculate the height of element

I use Bootstrap Vue table with Vue v2 and I currently use a prop (sticky-header="600px") to set the table height: <page-wrapper> <page-header> </page-header> <div class="content"> <b-card> <b-row> <b-col></b-col> <b-col> <b-form-group> <b-form-radio-group></b-form-radio-group> </b-form-group> </b-col> <b-col></b-col> </b-row> <div class="table-responsive"> <b-table-simple class="text-left border-left…

VIEW QUESTION
Back To Top
Search