Yes. Because table is just a specific editor. As you edit each property and child in editor so you should do the same in table.
Also remember that every change in table will fully recreate table instance. I would recommend you to add some debug messages inside table provider class just to understand when table created and which methods are invoked.
Yes. Because table is just a specific editor. As you edit each property and child in editor so you should do the same in table.
Also remember that every change in table will fully recreate table instance. I would recommend you to add some debug messages inside table provider class just to understand when table created and which methods are invoked.
can i get a sample code to create a table editor to access each and every cell with working model?
Are you using slisson tables? If yes, the source code comes with a bunch of examples: https://github.com/JetBrains/MPS-extensions/tree/master/code/tables/languages/de.slisson.mps.tables.demolang
Thanks @...
i will take a look and tell about it...
Thank u for the response.
Hi @Robert
In that project there are so much of examples but I can't able to run any one of that language /solution
And in editor they create table structure but in the node there is nothing like Table format...
That's the thing confusing for me !!!!