Solved
CustomTableBuilder WTArrayList(QueryResult) custom columns ?
When creating a CustomTableBuilder with "return new WTArrayList(PersistenceHelper.manager.find((StatementSpec) querySpec)" for the OOTB Default tables, am I able to add custom columns and how?
The question aims to the return value not the TableConfig and ColumnConfig, but rather how to fill the columns.

