Topic: Table editor plugin - paginationLeft is null

carlivs priority asked 7 months 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 7 months 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;
}


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • 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