I know how to use a SelectItem.
I also know how to make it support multi-select
I know in TileGrid I can use setCanOrderTiles() to let the end users order the tile in the TileGrid.
Now I have this question: can I do similar thing with SelectItem (supporting multi-select)?
I have an application scenario where I prefer to use a SelectItem over a TileGrid for the smaller footprint of the former, but I also need to let the end user to express an order about the multiply selected items on the drop-down menu.
Thanks!
I also know how to make it support multi-select
I know in TileGrid I can use setCanOrderTiles() to let the end users order the tile in the TileGrid.
Now I have this question: can I do similar thing with SelectItem (supporting multi-select)?
I have an application scenario where I prefer to use a SelectItem over a TileGrid for the smaller footprint of the former, but I also need to let the end user to express an order about the multiply selected items on the drop-down menu.
Thanks!
Comment