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

Last column heading blank #1

Open
jnmills opened this issue Jul 11, 2014 · 2 comments
Open

Last column heading blank #1

jnmills opened this issue Jul 11, 2014 · 2 comments

Comments

@jnmills
Copy link

jnmills commented Jul 11, 2014

This is good, but the last column heading blank.

I fixed it by changing line 86 in Table.java - the for look in
getColumnsNameAsArray, which went

for (int i = 0; i < getNumberOfColumns() -1; i++) {

to

for (int i = 0; i < getNumberOfColumns(); i++) {

removing the "-1"

@jnmills jnmills changed the title Last column heading blanl Last column heading blank Jul 11, 2014
@thhart
Copy link

thhart commented Jan 21, 2015

Same here. Suggested fix is correct.

@ralf-freihaendig
Copy link

Same here

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

No branches or pull requests

3 participants