Hello all,
I'm looking for a way to have dynamic buttons in a sap.m.Table element. Or to describe it more precisely: I have a sap.m.Table, in the last Column I currently have 3 Buttons that navigate to different pages when clicked. Now I want to replace these with a dynamic solution. E.g. I have a list for the buttons from the OData that should be in the last column for a Table item that include icon, where it navs and the horizontal orderof the buttons with position index.
Currently I have a List in the last column now where I have the binding for the corresponding items. This however is not in the correct horizontal layout for the buttons and doesn't seem like the most efficient way of doing this.
So I want to ask, if there is a better way to have this horizontal layout in a column of a table to which I can bind the buttons. A HBox doesn't seem to have the items property where I can bind the path and adding the buttons in the controller dynamically is less maintainable I believe.