mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 01:21:49 +02:00
Docs: alphabetical reorder of some events/methods in tables (#36669)
This commit is contained in:
@@ -262,11 +262,11 @@ The `setContent` method accepts an `object` argument, where each property-key is
|
||||
{{< bs-table >}}
|
||||
| Event | Description |
|
||||
| --- | --- |
|
||||
| `show.bs.popover` | This event fires immediately when the `show` instance method is called. |
|
||||
| `shown.bs.popover` | This event is fired when the popover has been made visible to the user (will wait for CSS transitions to complete). |
|
||||
| `hide.bs.popover` | This event is fired immediately when the `hide` instance method has been called. |
|
||||
| `hidden.bs.popover` | This event is fired when the popover has finished being hidden from the user (will wait for CSS transitions to complete). |
|
||||
| `inserted.bs.popover` | This event is fired after the `show.bs.popover` event when the popover template has been added to the DOM. |
|
||||
| `show.bs.popover` | This event fires immediately when the `show` instance method is called. |
|
||||
| `shown.bs.popover` | This event is fired when the popover has been made visible to the user (will wait for CSS transitions to complete). |
|
||||
{{< /bs-table >}}
|
||||
|
||||
```js
|
||||
|
Reference in New Issue
Block a user