Show and Edit Table DAT in perform mode

Hello,
I’m afraid I am asking a stupid question.
Currently, I am working on a data management tool that detects available artnet nodes and the universe. When It is found, I want the user to input its IP address and universe index in table DAT.
The development is almost done except for the user interface issue.
I want to make this tool executed in perform mode. but in case it is in perform mode, how can the user edit and confirm the table data? Is there any way to show it in perform mode?

Thanks in advance,
Hiroyuki

You can either use the OPViewerCOMP or dip your feet in to the lister to make a nicelooking UI (little bit more complicated though. Lots a python. But gives you also a chance of sanitising the input!)

@alphamoonbase, Thank you! OPViewerCOMP works perfectly for now.