I have a UItable with the 4 first columns that are being updated every 1 second with some external logger data. I would like to have a 5 column with a logical select column, so I could select which instruments to display.
The problem is the timer update the 'data' of the UItable, and I can't find a way to only update the first 4 columns without updating the last (5th) one.
Does anyone would have a solution ?
Thanks for your help.