gajus/table

Render tables side by side?

Open

#219 opened on 2023年3月29日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)TypeScript (81 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (977 stars)
PR merge metrics
 (PR metrics pending)

説明

Hi Gajus,

Thanks for creating this package!

I wanted to use this package to log data, is there a way to display/render multiple tables side by side like my example below?

┌────────────────────────────────────────┐ ┌────────────────────────────────────────┐
│ Trading BTC-USDT on Binance - Wallet   │ │ Trading BTC-USDT on Binance - Wallet   │
├───────────┬──────┬────────────┬────────┤ ├───────────┬──────┬────────────┬────────┤
│ assetName │ USDT │ assetValue │ 240000 │ │ assetName │ USDT │ assetValue │ 240000 │
├───────────┼──────┼────────────┼────────┤ ├───────────┼──────┼────────────┼────────┤
│ baseName  │ BTC  │ baseValue  │ 240000 │ │ baseName  │ BTC  │ baseValue  │ 240000 │
└───────────┴──────┴────────────┴────────┘ └───────────┴──────┴────────────┴────────┘

コントリビューターガイド