I want to group my textFields all rights so they can form the days of a class schedule, but not all of those days have classes and I want to omit the days that did not take classes, causing it to be right-aligned of my page. being grouped in the months in which the classes happened and in the days of the class ...
Example in April: 01 (Thursday), 02 (Friday), 03 (Saturday), 04 (Sunday), 05 (Monday);
| fieldName | fieldName2 | 01 | 02 | 03 | 04 | 05 |
I want to display only days 01, 02 and 05, maintaining the alignment of all rights.
| fieldName | fieldName2 | --space que envia e agrupa a direita -> | 01 | 02 | 05 |
grouping to the right and omitting days 03 and 04.
Keeping everyone aligned side by side on the days the classes took place