Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit df833a8

Browse files
committed
Minify files
1 parent f81da46 commit df833a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/angular-datatables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ function dtPromiseRenderer($q, $timeout, $log, DTRenderer, DTRendererService, DT
10921092

10931093
function _redrawRows() {
10941094
_oTable.clear();
1095-
_oTable.rows.add(options.aaData).draw();
1095+
_oTable.rows.add(options.aaData).draw(options.redraw);
10961096
return {
10971097
id: dtInstance.id,
10981098
DataTable: dtInstance.DataTable,

0 commit comments

Comments
 (0)