Table editor plugin - paginationLeft is null


Topic: Table editor plugin - paginationLeft is null

carlivs pro premium priority asked 8 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 8 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
  • User: Pro
  • 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