Skip to main content
1-Visitor
February 25, 2016
Question

Create DataTable Thing in ThingWorx Extension

  • February 25, 2016
  • 2 replies
  • 1488 views

Hi,

I want to create DataTable Thing from extension. Also i want to add and delete records in DataTable Thing from ThingWorx extension.  Is there any sample  code available ? or help page which i can refereed ?

    2 replies

    1-Visitor
    March 16, 2016

    Ramesh, I have the same questions as you and would like to see a brief sample of Java code.

    5-Regular Member
    May 9, 2016

    To create a DataTable thing in an extension use the "New Thing Template" creator button from the ThingWorx Eclipse extension and then change the "extends Thing" portion to "extends DataTableThing". This can be done with any type of ThingTemplate you want to implement.