Skip to content

Commit

Permalink
Merge branch 'master' into feature/readonly-mode
Browse files Browse the repository at this point in the history
* master:
  Remove useless screenshot
  • Loading branch information
piecioshka committed Oct 13, 2020
2 parents fb3e98d + 909a14f commit d3e0c76
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,24 @@ t.load([
column3: 'Cell 3'
},
{
column1: 'Cell 1 (row 2)',
column2: 'Cell 2 (row 2)',
column3: 'Cell 3 (row 2)'
column1: 'Cell 4',
column2: 'Cell 5',
column3: 'Cell 6'
},
{
column1: 'Cell 7',
column2: 'Cell 8',
column3: 'Cell 9'
},
{
column1: 'Cell 10',
column2: 'Cell 11',
column3: 'Cell 12'
}
]);
t.render();
```

![](./screenshots/example-0.png)

## Examples

![](./screenshots/example-1.png)
Expand Down
Binary file removed screenshots/example-0.png
Binary file not shown.

0 comments on commit d3e0c76

Please sign in to comment.