MultiRow Selection in a Single HTML Table Column using a Drop Down Box
MultiRow Selection in a Single HTML Table Column using a Drop Down Box
Hi, I'm looking for method to allow multiple row filter selections within a single column. I'd like to be able to selected for example multiple message(s) from the rows within a HTML table in a drop down box/list. Sorry for the crude example !!
Ex;
Car Color -- Column heading
-- Contents of drop down box
*Red -- Select this
Blue
*Orange -- and then select this
Purple
Yellow
Results returned from the selection
Car Color
Red
Orange
Ex;
Car Color -- Column heading
-- Contents of drop down box
*Red -- Select this
Blue
*Orange -- and then select this
Purple
Yellow
Results returned from the selection
Car Color
Red
Orange
This discussion has been closed.