2655
Views
8
Comments
Editable table on reactive Web App

Does anyone know if there is provision for the availability of the editable table solution for applications of the type Reactive Web App?

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Wanderson,

Unfortunately, there's no Editable Table for Reactive Web, as far as I'm aware.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Wanderson,

Editable tables are not available in OutSystems Reactive Web applications.

What you can do yourself is:

  1. Use a list widget
  2. Create a block and use it as list item  in the list widget with the record as input parameter
  3. The block can handle the validation and create/update of 1 record
  4. If you add an event to the block you can inform the parent about an update to do a refresh of data.

Regards,

Daniel

2011-08-23 22-04-05
Tiago Simões
Staff

Hi Wanderson,

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

2022-06-06 22-12-31
Tsuyoshi Kawarasaki

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

2020-09-04 05-21-16
Selva bharath

Tsuyoshi Kawarasaki wrote:

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

 Thanks Bro 

 

UserImage.jpg
Shaik Muneera Sultana

Thank you..Its really helpful

2022-08-10 02-16-01
Shintaro Hayashi

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.

2022-08-10 02-16-01
Shintaro Hayashi

Self resolved.

All I had to do was press the "refresh all" button in the "Manage dependencies" window.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.