Skip to content

v1.19.1: Version 1.19.1

Compare
Choose a tag to compare
@mwaysolutions mwaysolutions released this 12 Oct 14:22
· 223 commits to master since this release
- The `mw-collabsable` was extended with two optional attributes `icon` and `tooltip`.
```html
<div mw-collapsable="true" mw-title="Title" tooltip="ABC DEF"> <!-- for helper tooltip -->
```html
<div mw-collapsable="true" mw-title="Title" tooltip="ABC DEF" icon="fa-taxi"><!-- for helper tooltip with custom icon -->
```
When a tooltip is provided but no icon the question circle will be used as icon

- When reseting a filter of the `Filterable` the pagination will be also reset. (#159)