Feature/disable pagination of tabs (#272)
* Disable pagination * Update changelog
This commit is contained in:
parent
818c40fc61
commit
f6cdc4ff47
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- Hid the pagination of tabs
|
||||||
- Improved the support for future transactions (drafts)
|
- Improved the support for future transactions (drafts)
|
||||||
- Upgraded `chart.js` from version `3.3.2` to `3.5.0`
|
- Upgraded `chart.js` from version `3.3.2` to `3.5.0`
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
class="position-absolute"
|
class="position-absolute"
|
||||||
headerPosition="below"
|
headerPosition="below"
|
||||||
mat-align-tabs="center"
|
mat-align-tabs="center"
|
||||||
|
[disablePagination]="true"
|
||||||
(selectedTabChange)="onTabChanged()"
|
(selectedTabChange)="onTabChanged()"
|
||||||
>
|
>
|
||||||
<mat-tab>
|
<mat-tab>
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
class="position-absolute"
|
class="position-absolute"
|
||||||
headerPosition="below"
|
headerPosition="below"
|
||||||
mat-align-tabs="center"
|
mat-align-tabs="center"
|
||||||
|
[disablePagination]="true"
|
||||||
(selectedTabChange)="onTabChanged()"
|
(selectedTabChange)="onTabChanged()"
|
||||||
>
|
>
|
||||||
<mat-tab>
|
<mat-tab>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user