main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
221 bytes
|
Rev | Line | |
---|
[d565449] | 1 | var table = require('../');
|
---|
| 2 | var t = table([
|
---|
| 3 | [ 'beep', '1024', 'xyz' ],
|
---|
| 4 | [ 'boop', '3388450', 'tuv' ],
|
---|
| 5 | [ 'foo', '10106', 'qrstuv' ],
|
---|
| 6 | [ 'bar', '45', 'lmno' ]
|
---|
| 7 | ], { align: [ 'l', 'c', 'l' ] });
|
---|
| 8 | console.log(t);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.