Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to render nil as empty row in Hirb table #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bogdan
Copy link
Contributor

@bogdan bogdan commented Jun 20, 2015

Fixes #90

I end up just render nils as blank rows:

    +---+---+
    | a | b |
    +---+---+
    |   |   |
    |   |   |
    | 1 | 7 |
    |   |   |
    | 2 | 3 |
    |   |   |
    +---+---+
    6 rows in set

@Ch4s3
Copy link

Ch4s3 commented Dec 10, 2015

👍 I'd love for this to get merged, I run into the nil column error a lot.

@Ch4s3
Copy link

Ch4s3 commented May 26, 2016

bump

@manik1235
Copy link

I ran into this issue today as well, this fix would be a lovely addition to the gem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support nil rows in table
3 participants