When using fluidBasedPageModule on TYPO3 v11, the colCount / colspan keys has no effect on the rendering in the Page module. All columns will automatically be adjusted based on their content.
It seems to be caused by the lack of a <colgroup> tag inside the grids <table>
When using
fluidBasedPageModuleon TYPO3 v11, thecolCount/colspankeys has no effect on the rendering in the Page module. All columns will automatically be adjusted based on their content.It seems to be caused by the lack of a
<colgroup>tag inside the grids<table>