Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How we can add attachment in editable table?

edited Oct 3, 2023 5:55AM in Visual Builder 10 comments

Hello Everyone,

I am adding the file picker component like this, but after selecting file from frontend, file select chain is not executing and there is no error in console also.

<template slot="attachment"> 

<oj-bind-if test='[[$current.mode === "navigation"]]'>

            <oj-bind-text value="[[$current.data]]"></oj-bind-text>

</oj-bind-if> 

<oj-bind-if test='[[$current.mode === "edit"]]'>

            <oj-file-picker on-oj-select="[[$listeners.filePickerSelect]]"></oj-file-picker>

</oj-bind-if>

</template>


Please provide your valuable suggestions on this.

Thank you so much.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!