List view widget: Pass $listView object to dataProvider

This commit is contained in:
Brian Federle 2012-07-11 14:52:45 -07:00
parent 4aea70f11f
commit 9b1395ec0f
1 changed files with 1 additions and 0 deletions

View File

@ -984,6 +984,7 @@
setLoading($table, function(setLoadingArgs) {
$table.dataTable();
$.extend(loadArgs, {
$listView: $table.closest('.list-view'),
context: options.context,
response: {
success: function(args) {