We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<kl-table-col> <kl-table-template type="item"> {'<kl-upload action="https://nos.kaolafed.com/upload" file-list={list} num-max={1} accept=".jpg,.png" image-width={120} image-height={44}></kl-upload>'} </kl-table-template> </kl-table-col> 在模板内会有两个问题,第一,list有值的情况,点删除按钮,删除图片后,上传按钮会消失不见;第二,list有值的情况,更新表格内的数据,kl-upload内的图片不会更新。
<kl-table-col> <kl-table-template type="item"> {'<kl-upload action="https://nos.kaolafed.com/upload" file-list={list} num-max={1} accept=".jpg,.png" image-width={120} image-height={44}></kl-upload>'} </kl-table-template> </kl-table-col>
原因是kl-table-template内不会刷新模板内的组件,希望尽快修复table组件的行为。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
<kl-table-col> <kl-table-template type="item"> {'<kl-upload action="https://nos.kaolafed.com/upload" file-list={list} num-max={1} accept=".jpg,.png" image-width={120} image-height={44}></kl-upload>'} </kl-table-template> </kl-table-col>
在模板内会有两个问题,第一,list有值的情况,点删除按钮,删除图片后,上传按钮会消失不见;第二,list有值的情况,更新表格内的数据,kl-upload内的图片不会更新。原因是kl-table-template内不会刷新模板内的组件,希望尽快修复table组件的行为。
The text was updated successfully, but these errors were encountered: