table icon indicating copy to clipboard operation
table copied to clipboard

Render tables side by side?

Open koenverburg opened this issue 2 years ago • 0 comments

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

koenverburg avatar Mar 29 '23 14:03 koenverburg