gajus / gajus/table

Render tables side by side?

Open
#219 0 comments 0 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
TypeScript
Stars
973
Forks
81
PR merge metrics
No merged PRs in 30d

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?

```bash
┌────────────────────────────────────────┐ ┌────────────────────────────────────────┐
│ 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 │
└───────────┴──────┴────────────┴────────┘ └───────────┴──────┴────────────┴────────┘

```

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no files, tests, or entry points. Start by tracing the package's public table-rendering API and determine where side-by-side composition would belong; done should be an agreed, verifiable way to produce the adjacent tables shown in the example.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.