diff --git a/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-extensions.js b/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-extensions.js index 82bbeea3d4..de5abe4ed4 100644 --- a/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-extensions.js +++ b/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-extensions.js @@ -266,7 +266,7 @@ var abp = abp || {}; { fnRowCallback: function (nRow, aData, iDisplayIndex, iDisplayIndexFull) { if (_existingDefaultFnRowCallback) { - _existingDefaultFnRowCallback(this, nRow, aData, iDisplayIndex, iDisplayIndexFull); + _existingDefaultFnRowCallback(nRow, aData, iDisplayIndex, iDisplayIndexFull); } renderRowActions(this, nRow, aData, iDisplayIndex, iDisplayIndexFull);