We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c0508 commit 29eb01eCopy full SHA for 29eb01e
js/dataTables.checkboxes.js
@@ -1,12 +1,12 @@
1
-/*! Checkboxes 1.0.3
+/*! Checkboxes 1.0.4
2
* Copyright (c) Gyrocode (www.gyrocode.com)
3
* License: MIT License
4
*/
5
6
/**
7
* @summary Checkboxes
8
* @description Checkboxes extension for jQuery DataTables
9
- * @version 1.0.3
+ * @version 1.0.4
10
* @file dataTables.checkboxes.js
11
* @author Gyrocode (http://www.gyrocode.com/projects/jquery-datatables-checkboxes/)
12
* @contact http://www.gyrocode.com/contacts
@@ -219,11 +219,6 @@ Checkboxes.prototype = {
219
});
220
}
221
222
-
223
- // WORKAROUND: Adjust column sizes and redraw table
224
- dt
225
- .columns.adjust()
226
- .draw(false);
227
},
228
229
// Updates array holding data for selected checkboxes
0 commit comments