We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6c7b8 commit c4c4f2dCopy full SHA for c4c4f2d
README.md
@@ -328,6 +328,8 @@ Example:
328
## Events
329
330
* `cellDataModifiedEvent` - When a cell is edited, an `cellDataModifiedEvent` event is dispatched.
331
+* `ajaxLoadedEvent` - When ajax call is executed successfully an `ajaxLoadedEvent` event is dispatched.
332
+* `ajaxLoadingError` -When ajax call is executed unsuccessfully an `ajaxLoadingError` event is dispatched.
333
334
### Handling `cellDataModifiedEvent`
335
0 commit comments