Code Monkey home page Code Monkey logo

Comments (4)

mietl avatar mietl commented on June 30, 2024 1

正常情况,双击有下拉选择框的。不知道是不是你配置有什么问题。

不好意思,我没描述清楚,下拉能正常显示,但是我通过左侧配置栏设置好标题后,双击标题他又会变成之前的标题,重要下拉的设置的text属性也就是标题和字段名 不一致,双击他时会变回去

此外我还遇到一个问题,表格中的日期没办法进行格式化,他只提供了少数的字段类型

from vue-plugin-hiprint.

CcSimple avatar CcSimple commented on June 30, 2024

正常情况,双击有下拉选择框的。 不知道是不是你配置有什么问题。

from vue-plugin-hiprint.

Xavier9896 avatar Xavier9896 commented on June 30, 2024

from vue-plugin-hiprint.

mietl avatar mietl commented on June 30, 2024

双击切换的问题是这样的,你需要保持fields与columns中的title一致 你可以用【单元格渲染函数】或【单元格格式化函数】自行渲染或格式化为任意自定义类型 js function(value,row,index,options){ return dayjs(value).format('YYYY-MM-DD HH:mm:ss');} ------------------ 原始邮件 ------------------ 发件人: "CcSimple/vue-plugin-hiprint" @.>; 发送时间: 2023年5月3日(星期三) 晚上8:25 @.>; @.>; 主题: Re: [CcSimple/vue-plugin-hiprint] 添加表格fields下拉字段后,没办通过其他方式手输改变 (Issue #38) 正常情况,双击有下拉选择框的。不知道是不是你配置有什么问题。 不好意思,我没描述清楚,下拉能正常显示,但是我通过左侧配置栏设置好标题后,双击标题他又会变成之前的标题,重要下拉的设置的text属性也就是标题和字段名 不一致,双击他时会变回去 此外我还遇到一个问题,表格中的日期没办法进行格式化,他只提供了少数的字段类型 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>

谢谢你的回复,我之前有尝试添加【单元格渲染函数】或【单元格格式化函数】,但具体那列是日期型的这是不确定的,并且如果能直接选择,或输入格式会更好,我该这么做

from vue-plugin-hiprint.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.