Skip to content

Last column heading blank #1

@jnmills

Description

@jnmills

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions