Skip to content

Commit

Permalink
Update test page
Browse files Browse the repository at this point in the history
  • Loading branch information
John Glynn committed May 30, 2018
1 parent cf9db08 commit 7d99269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
table {
width: 100%;
border: 1px solid #ddd;
border: 1px solid #0d11ba;
}

thead {
Expand Down Expand Up @@ -39,7 +39,7 @@
gripInnerHtml: "<div class='grip'></div>",
draggingClass: "dragging",
resizeMode: 'overflow',
widths: [275, 350, 500]
widths: [275, 100, 500]
});
}
</script>
Expand Down

0 comments on commit 7d99269

Please sign in to comment.