ConfidenceNZ

Results 4 issues of ConfidenceNZ

![image](https://github.com/VisActor/VTable/assets/158560738/304b16c2-dee7-4008-9591-5c71626e0fff) 所有的jsx组件id和name被设置成了必填 ![image](https://github.com/VisActor/VTable/assets/158560738/a5b882f8-0ecd-49be-9e0e-f65cb4aa252b) 所有的jsx组件在attribute中设置id时,报ts错误

### What problem does this feature solve? jsx自定义表格中,列表较多的表格相比于列数较少的表格,卡顿感更明显,希望能通过配置项设置实际加载的列数 ### What does the proposed API look like? 暂无

### What problem does this feature solve? 目前点击点击单元格会选中单元格,但是不希望拖拽选选中多个单元格,希望能够支持通过配置项设置满足多选和单选的需求 ### What does the proposed API look like? select: { disableMultipleSelect: true }

good first issue
feature

### What problem does this feature solve? 目前列表懒加载过程中比较空白,希望加入骨架屏 ### What does the proposed API look like? 暂无

good first issue
feature