0
I want to group my textFields all rights so that they can form the days of a calendar of classes, but not all these days have classes and I want to omit the days that did not take the classes, making it align to the right of my page. being grouped in the months in which the classes took place and on the school days ...
Example in the month of April: 01 (Thursday), 02 (Friday), 03 (Saturday), 04 (Sunday), 05 (Monday));
| fieldName | fieldName2 | 01 | 02 | 03 | 04 | 05 |
I want to show only the days 01, 02 and 05, keeping the alignment of all rights.
| fieldName | fieldName2 | --space que envia e agrupa a direita -> | 01 | 02 | 05 |
grouping to the right and omitting the days 03 and 04.
keeping everyone aligned side by side on the days when classes took place
have you tried using a conditional rule for formatting in case of holidays your text source turns white ? Or Use component configuration called "print when" this Voce informs a conditional if true the component appears if it does not appear.
– Denis Benjamim
yes, I do it, they appear or disappear as the condition, my problem is that they do not group right.
– Wendel Santos