131
Views
10
Comments
Solved
editable cell in reactive table
Application Type
Reactive

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

Forum.PNG
2020-06-04 15-38-19
Samiksha Manekar
Solution

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

UserImage.jpg
nilesh surve

Thanks Samiksha,

Example is helpful.

2020-06-04 15-38-19
Samiksha Manekar
UserImage.jpg
nilesh surve


https://www.outsystems.com/forge/component-overview/9098/react-inline-edit-grid

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). 

2020-06-04 15-38-19
Samiksha Manekar

That's cool.

Happy to help.

2020-06-04 15-38-19
Samiksha Manekar
Solution

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

UserImage.jpg
nilesh surve

Thanks Samiksha,

Example is helpful.

2020-06-04 15-38-19
Samiksha Manekar
UserImage.jpg
nilesh surve


https://www.outsystems.com/forge/component-overview/9098/react-inline-edit-grid

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). 

2020-06-04 15-38-19
Samiksha Manekar

Hi Nilesh,

We have text area widget for that.

Hope it's Works.

Thanks,

Samiksha


UserImage.jpg
nilesh surve

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.

Question.PNG
2020-06-04 15-38-19
Samiksha Manekar

Hi Nilesh ,

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

2020-06-04 15-38-19
Samiksha Manekar

That's cool.

Happy to help.

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