gajus / table

Formats data into a string table.
Other
904 stars 76 forks source link

cell space will too long when in cmd #91

Closed Yohox closed 5 years ago

Yohox commented 5 years ago

_20190213155431

Yohox commented 5 years ago

this is code export function createTable(data) { return table(data); }

gajus commented 5 years ago

What version?

Yohox commented 5 years ago

@gajus it's 5.2.3

gajus commented 5 years ago

Can you share the data as a JSON?

Yohox commented 5 years ago

@gajus Hello this is data JSON thanks ~

[["Ext","Requests","Time","Time/Request","Description"],["js",1261,"6s","4ms","JavaScript files"],["Total",1261,"6s","",""]]

gajus commented 5 years ago
screenshot 2019-02-14 at 08 25 52

Cannot replicate the issue.