Topic: Table editor plugin - paginationLeft is null
carlivs priority asked 1 year ago
In the table-editor-plugin (https://mdbootstrap.com/docs/standard/plugins/table-editor/) when you specify 'pagination: false' to hide the pagination, it gives an error when trying to save a record. The error that pops up is: "Uncaught TypeError: this._paginationLeft is null"
You can try it out via this snippet: https://mdbootstrap.com/snippets/standard/kephas/5610941
Kamila Pieńkowska staff answered 1 year ago
This is a bug and we will fix it. As a workaround, you can set pagination to true and add this CSS to hide pagination that way:
.table-editor__pagination {
display: none;
}
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: MDB5 6.4.1
- Device: Desktop
- Browser: Firefox
- OS: Microsoft Windows 11
- Provided sample code: No
- Provided link: Yes