I have a requirement for a 4.2.1 ExtJS app that Im building, to have a grid
like the image below:
The objective of the grid is to manage Holidays for employees.
I was thinking in setting the columns
of the grid dinamically
, but will need to fill the background cell
depending of the type of "leave type", and also disable some cells
depending on the days that are not supposed to work (like weekends, etc).
Any advice on how can I approach to the solution? Appreciate in advance.