Skip to content

Commit

Permalink
Fix #407 (PR #408)
Browse files Browse the repository at this point in the history
Don't recreate colsMappings when building table
  • Loading branch information
struffel committed Dec 1, 2022
1 parent 6966ec2 commit e63b451
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ public void build(){
}

private void createAndAddTableColumns() {
colsMappings = new ArrayList<>();
createTableColumns();

final var tb = (AbstractTable)table;
Expand Down

0 comments on commit e63b451

Please sign in to comment.