Skip to content

Commit

Permalink
redraw table after adding data
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanb committed Apr 25, 2013
1 parent 304d610 commit fccd775
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -53,4 +53,3 @@
-->
</div>
</div>
<div></div>
1 change: 1 addition & 0 deletions hawtio-web/src/main/webapp/app/core/js/tables.ts
Expand Up @@ -146,6 +146,7 @@ class TableWidget {
if (this.dataTable) {
this.dataTable.fnClearTable(false);
this.dataTable.fnAddData(array);
this.dataTable.fnDraw();
// lets try update it...
} else {
this.dataTable = tableElement.dataTable(this.dataTableConfig);
Expand Down

0 comments on commit fccd775

Please sign in to comment.