Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.63k stars 725 forks source link

[Feature Request] 支持插槽写法 #581

Open GuoSirius opened 1 year ago

GuoSirius commented 1 year ago

选择要提交 issue 的库

vue-easytable

Issue 类型

Feature

Issue 标题

支持插槽写法

这个功能解决了什么问题?

视图和逻辑分开,一定程度解耦,将各种 render 方法或者回调,比如 renderBodyCell ,改为可用插槽在

***

你期望的 API 是什么样的?

***
<ve-table>
  <div slot="column-xxx-field">***</div>
</ve-table>
GuoSirius commented 11 months ago

基于 vue@2.7 二次封装的 插槽化组件

easy-table.zip