mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +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
|
allowedActions: allowedActions
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$listView.trigger('cloudStack.listView.addRow', { $tr: $tr });
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add quick view
|
// Add quick view
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user