cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to have a SmartField in a SmartTable custom column?

0 Kudos

Dear Expert,

I want to include an editable SmartField in a SmartTable custom column.

Currently, I can add SmartField tags to custom columns, but they are not editable (correctly, they are Text)...

How can it be done? Or is it not possible?

Try:

Added useSmartFiled property to SmartTable properties

Rigards,

Rinn.

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

did you set it editable="true" for smartfield?

0 Kudos

Yes, editable="true" is set.

But they are Text...

junwu
Active Contributor
0 Kudos

try setting the editable="true" for the smarttable also

0 Kudos

Sorry for my late reply

I also set smart table editable to "true".

Is there something else missing in the properties?

Property

SmartTable
・editable="true"
・customData:useSmartField="true"
SmartField
・editable="true"
junwu
Active Contributor
0 Kudos

can you check your metadata if that field is updatable?

0 Kudos

I checked the metadata. Updatable wasn't set, so I set sap:updatable="true". But it remained text.

※However, there is one thing that caught my attention. When the data is displayed in the SmartTable, the InputBox is temporarily displayed and replaced with the Text.

junwu
Active Contributor
0 Kudos

check the entityset if it is set to updatable

0 Kudos

Thank you for the details.

I was able to solve it!

Answers (0)