myliang / x-spreadsheet

The project has been migrated to @wolf-table/table https://github.com/wolf-table/table
https://myliang.github.io/x-spreadsheet
MIT License
14.16k stars 1.7k forks source link

如何初始化数据的时候设置指定单元格不可编辑 #516

Open zhanjian1514 opened 3 years ago

zhanjian1514 commented 3 years ago

如何初始化数据的时候设置指定单元格不可编辑

lijfcn commented 3 years ago

2:{ cells: { 8: { text: '2R-8C',editable:false } } }

zhanjian1514 commented 3 years ago

2:{ cells: { 8: { text: '2R-8C',editable:false } } }

请问一下,这个配置在哪有文档?

lijfcn commented 3 years ago

直接看源代码table.js 第63行 table.js

zhanjian1514 commented 3 years ago

直接看源代码table.js 第63行 table.js

谢谢了