Skip to content

Commit

Permalink
Merge pull request #1040 from rahulptl165/Issue1009
Browse files Browse the repository at this point in the history
fixes #1009 : table duplication issue when screen size less than 800px
  • Loading branch information
birm authored Nov 14, 2024
2 parents 142b818 + 37e3dac commit a703ca5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,6 @@ function initialize() {
resetTable();
pageIndicatorVisible($('#datatables tbody tr').length);
});
pageIndicatorVisible($('#datatables tbody tr').length);
resetTable();
$('#datatables').stacktable();
checkUserPermissions();
});
Expand Down

0 comments on commit a703ca5

Please sign in to comment.