How to prefill Dashboard2 form with values from input

Hello guys
Is it possible to prefill dashboard2 form with some value?
I have a table and when some clicks ona row i want the content of that row to be filled into my form, so user can edit it and save it back. Is it somehow achievable?
Thanks in advance

It's detailed in the docs: Form ui-form | Node-RED Dashboard 2.0

Another option is to use a table node which supports direct in-cell editing, such as @omrid01/node-red-dashboard-2-table-tabulator

thanks for the help

thanks for the help