Topic: Does Vue Table Editable has events?
Larissa Storck
asked 2 months ago
Hello guys, I'm developing an vue web page and I want to use the table editable, but in the documentation page https://mdbootstrap.com/docs/vue/tables/editable/#docsTabsAPI there isn't any event. But when I look the same kind of table for Angular, there are events. So my question is, is there any events for the vue table editable?
Open
- User: Free
- Premium support: No
- Technology: Vue
- MDB Version: 5.8.1
- Device: Desktop
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: Yes
Mikołaj Smoleński staff commented 2 months ago
Hi there. Table editable emits
updateRowsevent after each change (edit, sort, remove) and it returns the current data. Best regards