Hi,
I need to implement on delete functionality
The scenarios working right now are If i click on add button the below scenarios works
a) subject changes-subject priority will get increment and school level priority remains same if subject changes school level remains same b)subject remains same and school level priority keep on increment if subject is same and school level changes
This above scenario is working same thing want to implement on delete functionality
In this UI if i delete second 2nd row the third row should become subject priority remains same and school level priority(only subject priory and school level priory should other should remain same of 3rd row) should change to 2 and 2nd row will get delete
Remember it should not work like for all rest other it should normally delete
Only this logic should work in those positions which we are trying to delete in between due to this sequence will get shuffle
Could you please help me in this?