Skip to main content
17-Peridot
September 22, 2020
Question

Advanced Grid in 9.0.1 modification

  • September 22, 2020
  • 1 reply
  • 4134 views

Is there any way to update the Advanced Grid in 9.0 with some custom code?  It appears that the Advanced Grid widget code has been minified and obfuscated in the advanced-widgets-bundle.js file.  I'd like to be able to modify that so I can get all of the table rows in the editedTable property of the widget.  I could try and grab an older version of the advanced grid and modify it but I notice there were some improvements made to it in 9.0 that I don't want to remove.  Thanks!

1 reply

1-Visitor
September 22, 2020

All Widgets are stores in Widget directory in the Thingworx folder.

You can grab it change it and the version in the metafile and upload it as your version with different or the same name (replace).

 

 

nmilleson17-PeridotAuthor
17-Peridot
September 22, 2020

@bot1q ,

 

Thanks for the quick reply!  However, in 9.0, there is no longer runtime.js files at that location (see attached screenshot).. I'm not sure if it's because they've migrated to mostly web components.

 

nmilleson_0-1600799931831.png

 

nmilleson17-PeridotAuthor
17-Peridot
September 22, 2020

@bot1q ,

 

Additionally, when I do a search for advanced or grid in the whole web app folder, the only .js files are bundle files:

 

nmilleson_0-1600800276350.png