Skip to content

Conversation

@jperedadnr
Copy link
Collaborator

Fixes #274

this(rows, columns, cellAlignment, null);
}

public TableDecoration(int rows, int columns, TextAlignment[][] cellAlignment, Double[] columnsPrefWidth) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am wondering if its high time to create a builder for TableDecoration.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be a good time, indeed. As part of a new issue?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tbh, I don't like the new constructor with an additional parameter. Once we add it, we can't simply remove it.

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.

Table customization

2 participants