Topic: Table Editor
ammi pro asked 1 year ago
Expected: When edit button clicked then pagination, sorting, all other rows are disabled.
Actual behavior: pagination, sorting are not disabled. Even if I put [disabled]="true" on mdb-table-pagination, it is still enabled.
<mdb-table-pagination
#pagination
[entries]="10"
[disabled]="true"
></mdb-table-pagination>
Arkadiusz Idzikowski staff answered 1 year ago
It seems that by mistake we published updated code examples that use new features added in version 4.1.0. This version is now available, please try to upgrade your MDB5 Angular dependency to v4.1.0.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: MDB5 4.0.0
- Device: Laptop
- Browser: Chrome
- OS: W10
- Provided sample code: No
- Provided link: No