filtering using 'equals on of', where it's 1 of 700 things

LabKey Support Forum (Inactive)
filtering using 'equals on of', where it's 1 of 700 things Ben Bimber  2011-07-11 10:29
Status: Closed
 
i dont know the full context of your code, but if you're just talking about getting a list of the IDs based on a store, then yes, that's probably about as simple as you'll get. however, you should probably technically do:

getSelectionModel().getSelections()

I have come to like Ext.each() instead of the for loop, but that's not really consequential one way or the other.