2024年最全VUE 之 Jspreadsheet CE电子表格的使用步骤,揭秘ARouter路由机制

最后

开源分享:【大厂前端面试题解析+核心总结学习笔记+真实项目实战+最新讲解视频】


npm install jspreadsheet-ce


组件引入



import jexcel from ‘jexcel’
import ‘jexcel/dist/jexcel.css’

import jexcel from ‘jspreadsheet-ce’
import ‘jspreadsheet-ce/dist/jexcel.css’


定义容器



配置列:

定义配置项



data() {
return {
options: {
data: Arr,
allowToolbar: false,
minDimensions: [10, 30],
tableOverflow: true,
// lazyLoading: true,
tableWidth: ‘1678px’,
tableHeight: ‘560px’,
freezeColumns: 3,
columns: [
{ type: ‘text’, title: ‘xx(mm)’, width: ‘150px’ },
{ type: ‘text’, title: ‘xx(mm)’, width: ‘150px’ },
{ type: ‘hidden’, title: ‘xx(mm)’, width: ‘150px’ },
{ type: ‘hidden’, title: ‘xx(mm)’, width: ‘150px’ },
{ type: ‘text’, title: ‘xx(片)’, width: ‘150px’ },
{ type: ‘text’, title: ‘xx(元/㎡)’, width: ‘150px’ },
{ type: ‘text’, title: ‘xx’, width: ‘150px’ },
{ type: ‘text’, title: ‘xx’, width: ‘170px’ },
{ type: ‘text’, title: ‘xx’, width: ‘150px’ },
{ type: ‘text’, title: ‘xx’, width: ‘150px’ },
{ type: ‘text’, title: ‘xx(㎡)’, width: ‘150px’ },
{ type: ‘text’, title: ‘xx(㎡)’, width: ‘150px’ }
],
// rowResize: true,
// columnDrag: true,
// allowComments: true,
contextMenu: function(obj, x, y, e) {
console.log(----, obj.options)
var items = []

      if (y == null) {
      } else {
        // Insert new row
        if (obj.options.allowInsertRow == true) {
          items.push({
            title: '在此前插入行',
            onclick: function() {
              obj.insertRow(1, parseInt(y), 1)
            }
          })

          items.push({
            title: '在此后插入行',
            onclick: function() {
              obj.insertRow(1, parseInt(y))
            }
          })
        }

        if (obj.options.allowDeleteRow == true) {
          items.push({
            title: '删除选中行',
            onclick: function() {
              obj.deleteRow(obj.getSelectedRows().length ? undefined : parseInt(y))

总结

技术学到手后,就要开始准备面试了,找工作的时候一定要好好准备简历,毕竟简历是找工作的敲门砖,还有就是要多做面试题,复习巩固。

开源分享:【大厂前端面试题解析+核心总结学习笔记+真实项目实战+最新讲解视频】

+核心总结学习笔记+真实项目实战+最新讲解视频】](https://bbs.csdn.net/topics/618166371)**

[外链图片转存中…(img-ojzBcjOn-1715042146973)]

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值