hvglcs
hvglcs16mo ago

Add an event when the data in the AgGrid Table changes

- My table allows data editing, how can I add an event? I want that when the data changes, I can call an API to update the data. I have read the documentation about AgGrid Table but I couldn't find what I need (https://www.windmill.dev/docs/misc/guides/aggrid_table#aggrid-vs-table-component). Thanks so much
AgGrid Table | Windmill
This is a basic introduction on how to use
No description
6 Replies
rubenf
rubenf16mo ago
you have an output specifically about the last change
hvglcs
hvglcsOP16mo ago
Can you say more about this?I don't quite understand yet 😦
rubenf
rubenf16mo ago
change a field and look at your component output you will see there is one corresponding to your change
hvglcs
hvglcsOP16mo ago
I have seen the output of the component when changing the value in the column, but I want to add an event to listen when data changes from the component, I will do something like calling an API
No description
rubenf
rubenf16mo ago
just connect your background script to newChange
hvglcs
hvglcsOP16mo ago
great 😍 . Success!