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

Support keyword lists #12

Closed
wojtekmach opened this issue Mar 24, 2017 · 1 comment
Closed

Support keyword lists #12

wojtekmach opened this issue Mar 24, 2017 · 1 comment

Comments

@wojtekmach
Copy link
Collaborator

wojtekmach commented Mar 24, 2017

Basically supporting this:

Tabula.print_table([[foo: 1, bar: 2], [foo: 3, bar: 4]])

The advantage of being able to use keywords is that they keep order. Currently to have it in particular order on a list of maps, we'd need to repeat field names: only: [:foo, :bar]

fusillicode added a commit to fusillicode/Tabula that referenced this issue Apr 9, 2017
@aerosol
Copy link
Owner

aerosol commented Apr 25, 2017

Closed via fusillicode@b841e16

@aerosol aerosol closed this as completed Apr 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants