Skip to content

Commit

Permalink
reset table layout before new content for safari to correctly render …
Browse files Browse the repository at this point in the history
…table #157
  • Loading branch information
tmfrnz committed May 6, 2017
1 parent 637b5b3 commit 8c6c202
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/components/app/out/table/TableView.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ define([
this.render()
} else {
// update body html

this.$(".record-table-scrolling-y table").css("tableLayout","auto")
this.$(".record-table-scrolling-y table tbody").html(this.getBodyHtml(
this.model.getSortedRecords(),
this.getSortedColumns()
Expand Down

0 comments on commit 8c6c202

Please sign in to comment.