Thank you for taking the time to review my query. Currently, I am working on an AngularJS UI-Grid project where I have incorporated a Multi-select Drop-down Menu for the "First Name" column. However, I am facing challenges in implementing the logic similar to what I did for the "Male" & "Female" columns due to this being multi-select. If anyone could assist me with the logic using the example I have created for the "First Name" column, it would be greatly appreciated. Thank you in advance! By the way, the issue of the grid breaking with the Header row stuck and not scrolling horizontally has been resolved!
Here is the Plunker link: https://plnkr.co/edit/cAiZOIBpYZgDpfwspABK?p=preview
Below is some of my Angular & HTML code: I acknowledge that my code isn't very DRY, and I will be refactoring it soon.
// Your updated HTML content goes here
// ANGULAR CODE BELOW
// Your modified Angular code goes here