sindresorhus/parse-columns

Manage overflow

Open

#10 opened on Jan 18, 2019

View on GitHub
 (6 comments) (0 reactions) (0 assignees)JavaScript (8 forks)user submission
bughelp wanted

Repository metrics

Stars
 (84 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Overflow of a value in a cell is not managed When a value length is larger than the header, the row is offset. then parsing is messy.

NAME          PID    
short_name    1234
long_very_very_long_name  1235
short_name2   1236

Thanks

Contributor guide