Hi,
I need to be able to create an table dynamically, making the request with $select dynamic and binding the smarttable to only show the fields that were selected. I tried to assign the fields on the select this way "this.getView().byId(sTableId).getBinding().mParameters.select = " on beforeRebindTable and then all others fields make them invisible but i don't think thats a right way to do that.
I wanted the table to render only the fields passed on the select, so when changing for example the fields control, the other's fields from my entity doesn't show
Code examples would be great,
thank you!