I currently have a table on the web for events. It includes the event name, date, and type. My table is completely sortable by each of those categories, but I want to take it to another level. I would like to add a drop down menu where the user can filter by event. I know this should be done by loading the rows into an array and then filtering by event. It's been a while since I've had to do javascript, so can anyone provide me with some advice on how to set this up? Thanks!