html table word,index.html

word-table is simple javascript library for drawing ascii tables in the terminal / console.

body {

max-width: 1000px;

margin: 0 auto;

}

pre {

background-color: #f6dcd7;

padding: 10px 15px;

}

pre.strong {

font-weight: bold;

}

word-table

Project word-table is simple javascript library for drawing ascii tables in the terminal / console.

 
 

style="display:block"data-ad-client="ca-pub-7292810486004926"data-ad-slot="7806394673"data-ad-format="auto">

(adsbygoogle = window.adsbygoogle || []).push({});

Install

 
 

npm install word-table

Then import it.

 
 

var word-table = require('word-table');

Usage

 
 

var header = ['id', 'name', 'birthday'];

var body = [

['#1', '王小为', '1992-08-01', '备注:hustcc'],

['#2', '小泥巴', '1992-09-20'],

['#3', '佚名', '保密']

];

// basic usage

var wt = new WordTable(header, body);

console.log(wt.string());

// will print in console.

+----+----------+----------------+------------------+

| id | name | birthday | |

+----+----------+----------------+------------------+

| #1 | 王小为 | 1992-08-01 | 备注:hustcc |

+----+----------+----------------+------------------+

| #2 | 小泥巴 | 1992-09-20 | |

+----+----------+----------------+------------------+

| #3 | 佚名 | 保密 | |

+----+----------+----------------+------------------+

2. API methods

 
 

// the api method is so simple that documents are not needed.

wt.reset()

.setHeader(['id', 'name', 'birthday'])

.appendBody(['#3', '佚名', '保密']);

.setBody([['#4', '在线工具', '保密', 'atool.org']]);

wt.array();

wt.string();


The code of word-table hosted on Github, click here. Welcome to issue or pull request.

function demo_table() {

var header = ['id', 'name', 'birthday'];

var body = [

['#1', '王小为', '1992-08-01', '备注:hustcc'],

['#2', '小泥巴', '1992-09-20'],

['#3', '佚名', '保密'],

['#4', '', '', '访问:http://www.aTool.org/']

];

// basic usage

var wt = new WordTable();

wt.setBody(body).setHeader(header);

document.getElementById('demo_pre').innerHTML = wt.string();

}

一键复制

编辑

Web IDE

原始数据

按行查看

历史

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值