Skip to content

Commit

Permalink
Put adjust refresh back in for more robust tables
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMadBug committed Sep 20, 2023
1 parent d8eecaf commit 0203d4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ let DataTableDefinition = (function() {
this.setupDom();
this.setupClientExpend();
this.setupResponsiveExpand();
// this.dataTable.columns.adjust().draw();
this.dataTable.columns.adjust().draw();
});
});
}
Expand Down

0 comments on commit 0203d4b

Please sign in to comment.