Question T821
Visible to All Users

In matrix component

created 7 years ago

Dear Surveyjs Expert,

please help me, is there in matrix have "upload" fiture? show in my attachment.

Comments (2)

    Hello,

    First of all you need to add file as an available cell type. This can be achieved via the following code:

    JavaScript
    Survey.matrixDropdownColumnTypes.file = { properties: ["showPreview", "imageHeight", "imageWidth"] };

    Then you should choose corresponding column type.

    I've created a live sample for you - https://plnkr.co/edit/vjhjuDrZo5XFVsyqlfRc?p=preview

    Thanks, Serge
    SurveyJS Team

    D D
    denisramdangnusa 7 years ago

      thank you very much for your helping.

      On Wed, Jun 27, 2018 at 2:12 PM, Serge T [surveyjs Support]