Skip to content

Commit

Permalink
Merge pull request SummitRoute#10 from PatMyron/gh-pages
Browse files Browse the repository at this point in the history
layoutColumnsOnNewData to fix row width after sorting
  • Loading branch information
0xdabbad00 authored May 13, 2019
2 parents 95b6f7a + 785e3d2 commit 0c44b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions security_tool_comparison.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ <h1>AWS Security Auditing tools comparison</h1>

var table = new Tabulator("#table", {
layout:"fitColumns",
layoutColumnsOnNewData:true,
placeholder:"No Data Set",
columns:[
{title:"Rule", field:"rule", sorter:"string", width:200},
Expand Down
1 change: 1 addition & 0 deletions service_support.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ <h1>AWS Service Support</h1>

var table = new Tabulator("#table", {
layout:"fitColumns",
layoutColumnsOnNewData:true,
placeholder:"No Data Set",
columns:[
{title:"Service", field:"service", sorter:"string", width:200},
Expand Down

0 comments on commit 0c44b76

Please sign in to comment.