Skip to content

Commit 29eb01e

Browse files
committed
Fixed #5: Prevented unnecessary duplicate Ajax request on initialization
1 parent 66c0508 commit 29eb01e

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

js/dataTables.checkboxes.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
/*! Checkboxes 1.0.3
1+
/*! Checkboxes 1.0.4
22
* Copyright (c) Gyrocode (www.gyrocode.com)
33
* License: MIT License
44
*/
55

66
/**
77
* @summary Checkboxes
88
* @description Checkboxes extension for jQuery DataTables
9-
* @version 1.0.3
9+
* @version 1.0.4
1010
* @file dataTables.checkboxes.js
1111
* @author Gyrocode (http://www.gyrocode.com/projects/jquery-datatables-checkboxes/)
1212
* @contact http://www.gyrocode.com/contacts
@@ -219,11 +219,6 @@ Checkboxes.prototype = {
219219
});
220220
}
221221
}
222-
223-
// WORKAROUND: Adjust column sizes and redraw table
224-
dt
225-
.columns.adjust()
226-
.draw(false);
227222
},
228223

229224
// Updates array holding data for selected checkboxes

0 commit comments

Comments
 (0)