How to manage multiple pivot table in same controller in angularjs.
Hello Team,
I am using angularjs . I have integrated webdatarocks as per your documentation .
Now problem is to get the ref of the pivot table . Suppose in onchange I call a custom function where I want to get the report structure json. So I need to get the ref of the current table.
Please help me
wbr-report-change="tableOnChange()"
1 answer
Hello,
Thank you for writing to us.
Here is an example of how this can be handled by making pivot instances accessible via scope: AngularJS example.
Hope it helps.
Regards,
WebDataRocks Team