fires after an item is removed
item | object | the item object |
$$("datatable").attachEvent("onAfterDelete", function(item){
// some code here
});
The item object contains the following properties:
Note that your code will continue to work as expected, even if you pass the object directly instead of the row ID, since it resolves cleanly via toString().