Add N rows at client side

Posted by: sistemas on 27 June 2019, 3:50 am EST

  • Posted 27 June 2019, 3:50 am EST

    Please help me to increase number of rows from the client side.

    This is my code but it only adds one row

    for (var i = 0, len = datos.length; i <len; i ++) {

    FeaturedContent_FpSpread1.Add();

    FeaturedContent_FpSpread1.SetValue(i, 0, datos[i].Asset, true);

    FeaturedContent_FpSpread1.SetValue(i, 1, datos[i].Name, true);

    FeaturedContent_FpSpread1.SetValue(i, 2, datos[i].ExternalNumber, true);

    }

  • Posted 27 June 2019, 5:11 am EST

    Sorry, I have an error in the code. The problem doesn’t exist

    Thanks

  • Posted 27 June 2019, 3:40 pm EST

    Thanks for notifying us that your issue has been resolved.

Need extra support?

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

Learn More

Forum Channels