Does anyone know if there is provision for the availability of the editable table solution for applications of the type Reactive Web App?
Hi Wanderson,
Unfortunately, there's no Editable Table for Reactive Web, as far as I'm aware.
Editable tables are not available in OutSystems Reactive Web applications.
What you can do yourself is:
Regards,
Daniel
Another alternative (besides the one shared by Daniël) may be to use input widgets inside a table, and the whole table inside a form. If you need custom validations you may need to be a bit more creative (e.g. feedback messages with those errors, or expressions that show them), as Valid and ValidationMessage are not yet available when widgets are inside iterators.
Cheers,Tiago Simões
I sometimes get a similar requirement from customers. So I uploaded a sample implementation with Reactive Web in the Forge. I hope it will be some help for someone who has the similar question.
https://www.outsystems.com/forge/component-overview/8659/editable-table-reactive-sample
Tsuyoshi Kawarasaki wrote:
Thanks Bro
Thank you..Its really helpful
Thank you.
But when I tried to install Editable Table Reactive, I got the following message.
Does anyone know how to resolve this warning?
----
Editable Table Reactive Sample is not compatible with the OutSystems UI you have currently installed. Please upgrade OutSystems UI.
Self resolved.
All I had to do was press the "refresh all" button in the "Manage dependencies" window.