Using TableAdder to create a table with more than 1 content-row results in the rows not being aligned.
I have tried with and without different group-by options.
Inside the tableAdder the error becomes obvious, less so to fix.
Data for placing the boxes in the Y-axis depends on the _count variable, and so the boxes ends up being displaced a half-height for every iteration.
Has there been updates to Counter without TableAdder being udated?
I managed to get the output I wanted, by removing a counter transformer and changing the code for y-placement, but I am left wondering why the plug-n-play transformers are broken?