Topic: Does Vue Table Editable has events?
Larissa Storck asked 4 years 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?
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Open
- User: Free
- Premium support: No
- Technology: MDB 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 4 years ago
Hi there. Table editable emits
updateRows
event after each change (edit, sort, remove) and it returns the current data. Best regards