Topic: Customizable Monthly Work Schedule Table with Dynamic Row Generation
Hello MVD friends,
I'm working on creating a dynamic monthly schedule form, similar in style and layout to the Excel image attached (see below). I need your help to develop a solution (Table grid or something else ) that behaves as follows:
*What I want to build:
Dynamic row generation based on the selected month:
When I choose a month (e.g., Avril), the table should automatically generate 30 or 31 rows, depending on the month selected.
For February, it should support 28 or 29 rows (leap year logic).
The row number represents calendar days (1 to 28/30/31), and each row represents a daily work report.
*Customizable at any time:
I want to be able to add or remove rows manually.
Switching months should reset the rows accordingly, or optionally keep data.
Any help, please ?
Thanks in advance