on ‎2021 Nov 03 9:17 AM
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
Request clarification before answering.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.