DualListBox icon indicating copy to clipboard operation
DualListBox copied to clipboard

How do I populate the selected list (right side)?

Open TDK1964 opened this issue 7 years ago • 0 comments

This is my test data

[
    {
        "index": 0,
        "name": "Peters Sloan",
        "selected": "selected" 
    },
    {
        "index": 1,
        "name": "Bailey Hoffman",
        "selected":  "selected"
    },
    {
        "index": 2,
        "name": "Christine Hahn",
        "selected":  "" 
    },
    {
        "index": 3,
        "name": "Blanchard Levy",
        "selected":  "" 
    }
]

TDK1964 avatar Mar 19 '18 20:03 TDK1964