gajus/table

Render tables side by side?

Open

#219 aperta il 29 mar 2023

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (81 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (977 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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 │
└───────────┴──────┴────────────┴────────┘ └───────────┴──────┴────────────┴────────┘

Guida contributor