-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Support for transposed tables #635
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4 space indent, no tabs please
Pushed two more commits trying to fulfill code conventions and to implement table balancing verification as suggested. |
@aslakhellesoy Is anything I can do here to move this forward? |
LGTM. @brasmusson can you take a second look and merge this in? |
@aslakhellesoy Yes, I'll will take care of it. |
Merged. Thanks for your contribution @rlogiacco. |
Proud of having had the opportunity to help! ;) Il giorno mercoledì 11 dicembre 2013, Björn Rasmusson ha scritto:
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
In reference to issue #382 Provide support for Data Tables with headings along the side this changes add a
transpose()
and a@Transpose
annotation.