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
6 Replies
you have an output specifically about the last change
Can you say more about this?I don't quite understand yet 😦
change a field and look at your component output
you will see there is one corresponding to your change
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
just connect your background script to newChange
great 😍 . Success!