I have one table where some dynamic drop down list is present for 7 days. I have also +
button implementation which can create more row dynamically for a day.
For each row I have check box. Here I need for each day user can only check up-to two check box and other will remain disable.
In my case after checked from 2 check box from total table other are becoming disable but here I need to disable per day.
My all working code is present inside: plunkr.
There you can find one Edit
button; I need when user will click on edit button the stored data (clicked on store button) will again set on the required field with check box.
My all code is here.