cancel
Showing results for 
Search instead for 
Did you mean: 

groupId Binding Parameter in SmartTable

former_member393815
Discoverer
0 Kudos
443

Hello,

I'm currently having a problem identifying which binding parameters is possible to pass to a SmartTable.

To be more specific: it is possible to pass (to a binding definition) a property called groupId that would determine the name of the group used to register changes for a Batch (docu here).

I would like to use this parameter to pass a groupId to the binding of a SmartTable. Is this even possible?

I tried adding the groupId in the handler of event beforeRebindTable like this:

var oBinding = oEvent.getParameter("bindingParams");<br>oBinding.parameters.groupId = "myGroupId";

When I'm adding the groupId to the binding parameters, I end up with an un-responsive SmartTable when triggering the data filling for the table (busy sign is set and no data is loaded).

Thank you!
Sergiu

Accepted Solutions (0)

Answers (0)