How to update pickerWheel's column data after creating it

I tried to do it many ways but nothing is working…

Tried this method

[lua]pickerWheel.columns = columnData[/lua]

Also this one

[lua]pickerWheel.columns[1].labels = columnData[1].labels[/lua]

And none of them working, no errors, just doesn’t change anything…

You will likely need to remove and re-recreate the pickerWheel

Rob

You will likely need to remove and re-recreate the pickerWheel

Rob