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)
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 regardsNash
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
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
Oh, my bad, sorry for marking the wrong tag. Thank you so much for helping me! :)