Hi all,

I have the following scenario:
- HTML subscribes to a group item = "List1" using NonVisualTable() and lsPage.addTable()
- MetaAdapter resolves List1 and returns a list of items (dymanic)

I'd like to subscribe to a new item in the same table without unsubscribing and subscribing to the previou group item.
I also would like to unsubscibe a specific item in the same table without unsubscribing and subscribing to the previous group item.

How an I achive this ?

Regards,