From ad3a1dfd10045a5d419530041e46205225220363 Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Mon, 13 Jul 2015 15:12:04 +0200 Subject: [PATCH] Use draw.dt event for data tables instead of draw --- src/sunstone/public/app/utils/tab-datatable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunstone/public/app/utils/tab-datatable.js b/src/sunstone/public/app/utils/tab-datatable.js index 2a8bb59416..06b19c14fd 100644 --- a/src/sunstone/public/app/utils/tab-datatable.js +++ b/src/sunstone/public/app/utils/tab-datatable.js @@ -176,7 +176,7 @@ define(function(require) { return false; }) - this.dataTable.on('draw', function() { + this.dataTable.on('draw.dt', function() { that.recountCheckboxes(); })