mirror of https://github.com/apache/cloudstack.git
List view widget: Pass $listView object to dataProvider
This commit is contained in:
parent
4aea70f11f
commit
9b1395ec0f
|
|
@ -984,6 +984,7 @@
|
|||
setLoading($table, function(setLoadingArgs) {
|
||||
$table.dataTable();
|
||||
$.extend(loadArgs, {
|
||||
$listView: $table.closest('.list-view'),
|
||||
context: options.context,
|
||||
response: {
|
||||
success: function(args) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue