cancel
Showing results for 
Search instead for 
Did you mean: 

Smart Table editTogglable does not work

former_member214867
Participant
0 Kudos

Hi experts, i have a problem with SmartTable.

If i run application with smart table with property editable=true, table become editable, If i run application with smart table with property editable=false, table become non editable, That's good.

But if i set property editTogglable=true and press to toggle button, the smart table does not became editable. editTogglable does not work.

Maybe someone help me to resolve problem?

Accepted Solutions (0)

Answers (3)

Answers (3)

ThorstenHoefer
Active Contributor

Hi Alexander,

you habe to use the custom data attribute useSmartToggle

https://sapui5.hana.ondemand.com/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sampl...

editTogglable="true" app:useSmartToggle="true"

lusofm
Discoverer

thank, to me it work

0 Kudos

Hi Alexander,

I have same issue, did you solve this problem

former_member194549
Contributor
0 Kudos

Hi Alexander,

are the properties of your entity marked as updatable in SEGW? SmartTable and SmartForm checks this and only properties which are marked as creatable/updatable are shown as input fields.

You can also try this using the newest SAPUI5-Version. In older versions I noticed that this doesn't always work correctly.

Regards

former_member214867
Participant
0 Kudos

Thanks, Simon.

All entity market as updatable.

Sapui5 version is 1.61.

And it is very strange that if i set property editable=true - all work fine, smart table become editable.

But property editTogglable=true does not work fine.