spreadJS designer source code

Posted by: ymilkin on 9 July 2020, 6:55 am EST

  • Posted 9 July 2020, 6:55 am EST

    Hello.

    I have a few questions about spreadJS designer source code:

    1. How to integrate it into reactJS?
    2. How can i get an instance of spread inside designer source code to refer to its methods programmatically, as spread.fromJSON(), spread.suspendPaint() … and so on
  • Posted 10 July 2020, 1:12 am EST

    Hi,

    1). Currently, the Designer is built as a standalone application using VanillaJS, JQuery, and Knockout. So if you need to use it inside a react application, you would have to create a react wrapper around the designer to use it in the react.

    2). You may use the designer.wrapper.spread property to access the underlying spread instance.

    var designer = GC.Spread.Sheets.Designer;
    var spread = designer.wrapper.spread;
    

    Further, if you have any sales related query then you may contact the sales team at us.sales@grapecity.com

    Regards

    Sharad

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels