Imagine a edit button at the left of add button . When I click on checkbox the row should get selected and I should be able to edit that selected row . Also each cell should be editable . I am using reactive web application
Hi Nilesh ,
It is possible to edit row .Try this sample example:
https://www.outsystems.com/forge/component-overview/9098/react-inline-edit-grid
https://www.outsystems.com/forge/component-overview/8659/editable-table-reactive-sample
Thanks,
Samiksha
Thanks Samiksha,
Example is helpful.
Happy to Help :)
files are missing in this link :)
Also I want to perform one more functionality :
Like I want to keep description column stable(freeze) and move other column (increase or decrease width of column).
https://www.outsystems.com/forums/discussion/66257/editable-cell-in-reactive-table/#Post263185
That's cool.
Happy to help.
Hi Nilesh,
We have text area widget for that.
Hope it's Works.
Initially I want to keep edit box as disabled .
1. On checkbox selected row should get selected .
2. Then on click of Update button , tuples or cells should get enabled/editable.
1) You have to use one local variable for enable or disable .
2)On Update button action : Create for-each loop for selected checkbox and on assignment pass True to local variable.
Hope this helps.
Thanks
Thanks , it works.