Jexcel学习笔记(react hooks+ts)

Jexcel学习笔记

//设置下标为3(下标从0开始)的标题和高度
rows:{ 3: { title:'Model', height:'100px' }}
//rowResize为true 可以调整每行每列的高度和宽度
rowResize: true
data:[
            ['Honda', 1],//1代表Red
            ['Peugeot', 3],
            ['Smart', 3],
        ],
        columns: [
            {
                type:'dropdown',//下拉菜单
                title:'Region',
                source:['South East','South West','North','London'],//下拉菜单的值
                width:'200',
            },
            {
                type:'dropdown',
                title:'Available in',
                source:[{id:1, name:'Red'},{id:2, name:'Yellow'},{id:3,name:'Blue'}],//data中可以直接使用id初始化
                width:'200',
            },
        ]
minDimensions:[10,5] //表格最小尺寸 5行10列
tableOverflow:true//溢出的时候右边有那个滚动条

列的一些类型

data:[
            ['Jazz', 'Honda', '2019-02-12', '', true, '$ 2.000,00', '#777700'],
            ['Civic', 'Honda', '2018-07-11', '', true, '$ 4.000,01', '#007777'],
        ],
        columns: [
            //普通文本 readOnly:true只读
            { type: 'text', title:'Car', width:120,readOnly:true },
            //下拉框 source为下拉框中的内容
            { type: 'dropdown', title:'Make', width:200, source:[ "Alfa Romeo", "Audi", "Bmw" ] },
            //日历
            { type: 'calendar', title:'Available', width:200 },
            //图片 点击单元格可上传图片
            { type: 'image', title:'Photo', width:120 },
            //单选框
            { type: 'checkbox', title:'Stock', width:80 },
            //数字  mask为数字格式
            { type: 'numeric', title:'Price', width:100, mask:'$ #.##,00', decimal:',' },
            //颜色 square矩形渲染
            { type: 'color', width:100, render:'square', }
         ]

头部导航
在这里插入图片描述

头部导航部分官网操作链接

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值