Holiday Notice: Support will be provided on a limited scale from December 24th, 2024, to January 2nd, 2025. Happy holidays and a wonderful New Year!


Topic: TableEditor Hover & entriesOptions not working on Version PRO 7.1.0

ferd.ang@courts.wa.gov priority asked 10 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


ferd.ang@courts.wa.gov priority answered 9 months ago


did you guys fixed the issue ? in Version PRO 7.2.0 or still there ?!


Kamila Pieńkowska staff commented 9 months ago

No we did not. All changes are listed in the changelog.


Kamila Pieńkowska staff answered 10 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 priority commented 10 months ago

we will be appreciate , we will wait for it



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 7.1.0
  • Device: computer
  • Browser: chrome
  • OS: windows
  • Provided sample code: No
  • Provided link: Yes