**Adminator** is a responsive Bootstrap 4 Admin Template. It provides you with a collection of ready to use code snippets and utilities, custom pages, a collection of applications and some useful widgets. Preview of this awesome admin template available here: https://colorlib.com/polygon/adminator/index.html
**Adminator** is a responsive Bootstrap 5 Admin Template. It provides you with a collection of ready to use code snippets and utilities, custom pages, a collection of applications and some useful widgets. Preview of this awesome admin template available here: https://colorlib.com/polygon/adminator/index.html
<p>Using the most basic table markup, here’s how <codeclass="highlighter-rouge">.table</code>-based tables look in Bootstrap. <strong>All table styles are inherited in Bootstrap 4</strong>, meaning any nested tables will be styled in the same manner as the parent.</p>
<p>Using the most basic table markup, here’s how <codeclass="highlighter-rouge">.table</code>-based tables look in Bootstrap. <strong>All table styles are inherited in Bootstrap 5</strong>, meaning any nested tables will be styled in the same manner as the parent.</p>
<tableclass="table">
<thead>
<tr>
@ -559,9 +559,9 @@
<divclass="col-md-12">
<divclass="bgc-white bd bdrs-3 p-20 mB-20">
<h4class="c-grey-900 mB-20">Table head options</h4>
<p>Similar to tables and dark tables, use the modifier classes <codeclass="highlighter-rouge">.thead-light</code> or <codeclass="highlighter-rouge">.thead-dark</code> to make <codeclass="highlighter-rouge"><thead></code>s appear light or dark gray.</p>
<p>Similar to tables and dark tables, use the modifier classes <codeclass="highlighter-rouge">.table-light</code> or <codeclass="highlighter-rouge">.table-dark</code> to make <codeclass="highlighter-rouge"><thead></code>s appear light or dark gray.</p>
<buttontype="button"class="btn btn-danger"data-toggle="popover"title="Popover title"data-content="And here's some amazing content. It's very engaging. Right?">Click to toggle popover</button>
<buttontype="button"class="btn btn-lg btn-danger btn-color"data-bs-toggle="popover"title="Popover title"data-bs-content="And here's some amazing content. It's very engaging. Right?">Click to toggle popover</button>
</div>
</div>
</div>
@ -760,16 +758,16 @@
<divclass="bgc-white p-20 bd">
<h6class="c-grey-900">Tootips</h6>
<divclass="mT-30">
<buttontype="button"class="btn btn-primary"data-toggle="tooltip"data-placement="top"title="Tooltip on top">
<buttontype="button"class="btn btn-primary btn-color"data-bs-toggle="tooltip"data-bs-placement="top"title="Tooltip on top">
Tooltip on top
</button>
<buttontype="button"class="btn btn-secondary"data-toggle="tooltip"data-placement="right"title="Tooltip on right">
<buttontype="button"class="btn btn-secondary btn-color"data-bs-toggle="tooltip"data-bs-placement="right"title="Tooltip on right">
Tooltip on right
</button>
<buttontype="button"class="btn btn-success"data-toggle="tooltip"data-placement="bottom"title="Tooltip on bottom">
<buttontype="button"class="btn btn-success btn-color"data-bs-toggle="tooltip"data-bs-placement="bottom"title="Tooltip on bottom">
Tooltip on bottom
</button>
<buttontype="button"class="btn btn-danger"data-toggle="tooltip"data-placement="left"title="Tooltip on left">
<buttontype="button"class="btn btn-danger btn-color"data-bs-toggle="tooltip"data-bs-placement="left"title="Tooltip on left">