75
Views
4
Comments
Solved
Edit a row cell
Application Type
Traditional Web
Service Studio Version
11.54.1 (Build 62118)

Hi I was searching about it and ended up finding some answers that use components, but I need to make it without using one component (since this will be a enterprise application and for security issues they don`t allow me to download any components).
So I have a Table and need to know how can I make to edit a row cell when open in browser (when using effectively the application, not when programming)


Example.png
2025-06-03 14-12-42
Nash Muylle
Solution

Hi Nkamura,

Looks like you are working in a Reactive web application and not traditional web application. This widget is indeed not available there. :(

but no worries this also seems to be solved there before. You can find the related forum question here.

There is also a demo on the forge which you can download and inspect the logic. (Demo application) This is not a component to implement, only a demo that shows one of the methods to create this kind of logic.


Kind regards
Nash

2025-06-03 14-12-42
Nash Muylle

Hi Nkamura,


You can easily achieve this by using the editable table widget from OutSystems. So you do not need to download it from the forge. This component is only for traditional web apps.

Here is some documentation.


Hope this helps.

Nash

2023-02-27 15-35-51
Gustavo Nakamura

Hi x, thanks for replying

In this case, the editable table should appear there, right?

Then comes the problem of me not being able to download anything right? :c





2025-06-03 14-12-42
Nash Muylle
Solution

Hi Nkamura,

Looks like you are working in a Reactive web application and not traditional web application. This widget is indeed not available there. :(

but no worries this also seems to be solved there before. You can find the related forum question here.

There is also a demo on the forge which you can download and inspect the logic. (Demo application) This is not a component to implement, only a demo that shows one of the methods to create this kind of logic.


Kind regards
Nash

2023-02-27 15-35-51
Gustavo Nakamura

Oh, my bad, sorry for marking the wrong tag. 
Thank you so much for helping me! :) 

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