2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Update remaining tables to Bootstrap tables in docs by adding .table class

This commit is contained in:
Mark Otto
2019-07-15 09:59:55 -07:00
committed by Mark Otto
parent 14e0ef57db
commit af9d6c3dd3
6 changed files with 8 additions and 8 deletions
@@ -862,7 +862,7 @@ Note when `boundary` is set to any value other than `'scrollParent'`, the style
### Methods
<table>
<table class="table">
<thead>
<tr>
<th>Method</th>
@@ -914,7 +914,7 @@ Note when `boundary` is set to any value other than `'scrollParent'`, the style
All dropdown events are fired at the `.dropdown-menu`'s parent element and have a `relatedTarget` property, whose value is the toggling anchor element.
`hide.bs.dropdown` and `hidden.bs.dropdown` events have a `clickEvent` property (only when the original Event type is `click`) that contains an Event Object for the click event.
<table>
<table class="table">
<thead>
<tr>
<th>Method</th>