I have a TreeTable and I could initialize it with elements, and they are shown. But much later I could not insert new elements.
- every treetable.addItem(...) gives null later
- the methods in the initialization can not insert new elements either later.
- every new item has an unique itemid
- i did not get any error message
How can I find out what is the real problem ?
I'm sure I added the proper types in the proper order.
Thanks in advance.
(insertion of code snippet would be boring long because we have 10 column)
It's very hard to know what is wrong when you don't give any code but it could be that your table doesn't allow new objects. Use this method to change it