mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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:
parent
f24ee207c4
commit
ed7ebf57cc
@ -1037,6 +1037,8 @@
|
||||
allowedActions: allowedActions
|
||||
}
|
||||
);
|
||||
|
||||
$listView.trigger('cloudStack.listView.addRow', { $tr: $tr });
|
||||
}
|
||||
|
||||
// Add quick view
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user