Table as input

Im trying  to create an table format in a node and i should access each and every columns seperately as an input? 

0
5 comments

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.

0

can i get a sample code to create a table editor to access each and every cell with working model?

0
Avatar
Permanently deleted user

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

0

Thanks @...

i will take a look and tell about it...

 

Thank u for the response.

0

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 !!!!

0

Please sign in to leave a comment.