cancel
Showing results for 
Search instead for 
Did you mean: 

Table UI Enter Data

Former Member
0 Kudos

Hello folks,

I would like to know how can I enter data into a table component.

I´m consuming a web service that as a parameter recieves a table, and I need to fill it in order to use the web service.

The property Read only is set up on false and I did bind the table to a context node, but when i run the application the table´s fields are non editable,

what can i do?

Thanks for your help,

Gabriel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Gabriel,

Either you are using TextView as cell editor (instead of InputFields) or attributes in context are read-only.

VS

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If you are using component controller, then delete that and try to use custom controller to link with the model of the web service.

I don't know why but this problem often comes while we are using component controller for linking with the model.

regards,

mahesh

Former Member
0 Kudos

> I would like to know how can I enter data into a table component.

Use InputField cell renderer - to edit data into the table's cells.

Add some controls (ToolbarButton, Button, Link2Action) - to allow the user to add rows.