List view: Add event hook on add row

Adds new event 'cloudStack.listView.addRow' which is triggered after new
data row is appended. It passes the table row ($tr) in the data.
This commit is contained in:
Brian Federle 2013-03-06 13:48:49 -08:00
parent f24ee207c4
commit ed7ebf57cc

View File

@ -1037,6 +1037,8 @@
allowedActions: allowedActions
}
);
$listView.trigger('cloudStack.listView.addRow', { $tr: $tr });
}
// Add quick view