Thanks Roi. I thought that at first. But the mouseIn triggers for the whole table element, not just the cell that I am hovering. So it won’t filter table2 until I click on a cell.
Im trying to make a “mega menu”. Rather than using buttons, I’m trying to make the menu dynamic so when new products are added to a collection the menu is updated automatically. Once the menu is expanded, I’ve got table2 which is connected to table1 with a filter… Table 2 is hidden until a cellSelect event in table1 happens. Which works fine except the whole thing gets a little glitchy (which I think is because of all the clicking), so I’d like to try and select cells by hovering instead.
The whole thing works perfectly when I use buttons with mouseIn/mouseOut events… But it’s not dynamic.