Hello all,
I’m trying to simulate four different columns using a tableview widget. I’ve also looked for some old samples, which suggested to add different widgets in a single row within the onRowRender(event). The way to do this is by using the event.view display group, which can then be used to add different widgets in that view group.
However, the event parameter only has a row method, it doesn’t have a view method, that can be used to access its display group view, and then add other elements to it. I’m not sure if I’m missing anything here. Any help here would be appreciated.
Thanks,
Asheesh