I have a strange scenario, I have a list of events i have or going to attend. The list contains events in the past now and the future. Eventlist is sorted by date Now, I want to highlight a particular row where new event is added added with a border
For example event list is -
- event name - xxxxx, date - 25/08/2021
- event name - yyyyy, date - 26/08/2021
- event name - uuuu, date - 30/08/2021
No I want to add new event say for date 27 august and highlight that particular row
- event name - xxxxx, date - 25/08/2021
- event name - yyyyy, date - 26/08/2021
- event name - wwww, date - 27/08/2021
- event name - uuuu, date - 30/08/2021
Highlight the 3rd row in this case
Any suggestions and helps are appreciated. Please let me know if any clarification regarding question