Skip to content

Commit

Permalink
Fixed and simplified example
Browse files Browse the repository at this point in the history
closes gajus#30
  • Loading branch information
GantMan committed Nov 12, 2017
1 parent badda76 commit a578eba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,9 +454,7 @@ output = table(data, {
paddingLeft: 0,
paddingRight: 1
},
drawJoin: () => {
return false
}
drawHorizontalLine: () => false
});

console.log(output);
Expand Down

0 comments on commit a578eba

Please sign in to comment.