Topic: Selectable rows of table not working

iqitlab free asked 2 years ago


Expected behavior

Actual behavior

Resources (screenshots, code snippets etc.) const datatable = document.getElementById('datatable');

new mdb.Datatable({ rows: [], columns: [] }, { selectable: true, multi: false })

datatable.addEventListener('selectRows.mdb.datatable', (event: { selectedRows: any; selectedIndexes: any; selectedAll: any; }) => { console.log(event.selectedRows, event.selectedIndexes, event.selectedAll); })


Dawid Wajszczuk staff commented 2 years ago

Hi. Can you describe your problem? A snippet would be nice https://mdbootstrap.com/snippets/. Here is the snippet with basic example and everything works fine https://mdbootstrap.com/snippets/standard/d-wajszczuk/3451085.



Please insert min. 20 characters.

FREE CONSULTATION

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

Status

Opened

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB Standard
  • MDB Version: MDB5 3.8.1
  • Device: hp pavilion Desk Top
  • Browser: google chrome
  • OS: window 10
  • Provided sample code: No
  • Provided link: No