Topic: TableEditor Hover & entriesOptions not working on Version PRO 7.1.0
ferd.ang@courts.wa.gov pro premium priority asked 9 months ago
Hello everyone,
I am using the MDB Pro Version 7.1.0 and in past I was using Version 6 .in version 6 this code works good without problem but in version 7 .1.0 Hover and entriesOptions not working ! here my code :
setTimeout(function () { let individualDataTable = document.getElementById('datatable') const asyncTable = new TableEditor(
individualDataTable,
{ columns: advancedColumns, rows: advancedRows },
{ loaderClass : 'bg-secondary', entries: 10,entriesOptions: [20,30,40],hover:true},
document.getElementById('datatable-search-input').addEventListener('input', (e) => {
asyncTable.search(e.target.value);
})
) }, 1000)
}
I even check here
https://mdbootstrap.com/docs/standard/plugins/table-editor/#docsTabsOverview
even if you click on your sample code and going in edit in sandbox even you add data-mdb-hover="true" to it it doesn't show ! + even in your all example for datatable if you change Rows per page:5 to 10 you will see nothing will change ! could you please let me know what's the problem ? I like to use version 7 but seems is not working good as version 6
Kamila Pieńkowska staff answered 9 months ago
Sorry about this. Those bugs were introduced with the major release. We will fix them as soon as possible.
ferd.ang@courts.wa.gov pro premium priority commented 9 months ago
we will be appreciate , we will wait for it
ferd.ang@courts.wa.gov pro premium priority answered 8 months ago
did you guys fixed the issue ? in Version PRO 7.2.0 or still there ?!
Kamila Pieńkowska staff commented 8 months ago
No we did not. All changes are listed in the changelog.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: MDB5 7.1.0
- Device: computer
- Browser: chrome
- OS: windows
- Provided sample code: No
- Provided link: Yes