I'am using the Primeflex Flexgrid according to the documentation, but it wraps to a new line after 11 rows, when instead it should only wrap if 12 rows are used. Does someone have a fix for that? Version in package.json: "primeflex": "^1.0.0-rc.1",
I have included the "node_modules/primeflex/primeflex.css" in my angular.json, otherwise it wouldn't wrap anything at all, so this is not the issue. I suspect the problem is somewhere in the Library, but I am too newbie to find the solution (yet) and simply override it with a SCSS Class myself. I also found an existing issue on Primflexes Github, but the solution that another user reported there is not explained well enough for me to understand it.
See my Stackblitz demo of the problem.
I expect it to work like this (sorry for the picture link, but apparently I'm not smart enough to properly include an image).
Also, if someone with more Rep could add the Tag "Primflex" it would be great.