-
I need to dynamically display processes in a tabular format (like the ps command) in a live view using The only issue is that I cannot make the Any idea please how to force the refresh? There is also a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The issue here is that the |
Beta Was this translation helpful? Give feedback.
The issue here is that the
OptionList
isn't built to display items that have their underlying data changing on the fly; it's designed to display a list of values passed to it. By the sounds of it it does seem like theDataTable
would be a better choice for you here; but if you need the updated version that allows for row removal and you can't wait, perhaps making a quick custom widget based off the line API would be the best choice for you here?