-
-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
Description
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 │
└───────────┴──────┴────────────┴────────┘ └───────────┴──────┴────────────┴────────┘