webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
795 stars 272 forks source link

'tablecontent' update javascript capture event #189

Open akamallozzi opened 6 years ago

akamallozzi commented 6 years ago

How can I capture an AJAX/XHR server side update to the 'tablecontent' DIV object - i.e. based on rowAdd, rowDelete, filter, etc - within javascript to update other on page HTML components with updated information about the "datagrid.editableGrid" object - i.e. totalRowCount, unfilteredRowCount, etc.