Is there a way to use the ignoredFields property of a sap.ui.comp.smarttable.SmartTable to dynamically ignore columns? The value of ignoredFields should be changed while the app is running. Is the usage of ignoredFields the right way to do this or is there a better way?
I already tried calling the setIgnoredFields() function of my SmartTable, but it didn't make any effect on my SmartTable, except when I called it in the onInit() function of the respective controller, which of course would defy the dynamic approach i'm looking after.
0
votes
You want to dinamically hide colums, right?
- Cmdd
@Cmdd that's exactly what I'm looking for
- Timon Hüppi