Hi,

i have a NonVisualTable and i would like to add/remove items in the table dinamically. Is there any way for doing it? I`ve been searching in the documentation some appropiate method but i haven't found anything.

I've seen in another thread that an option is to create a table for every item and add/remove tables when i need add or remove some item... but in my case, i could ever need a hundred of items... that would mean a hundred of tables created.

When a table is added, i can see that is done a request to control.html.. if i have 100 tables, would be done 100 requests?

On the other hand, could I use setCommandLogic to achive the behaviour i want?

Thanks.