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.

Home Page:https://happy-coding-clans.github.io/vue-easytable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] 支持插槽写法

GuoSirius opened this issue · comments

选择要提交 issue 的库

vue-easytable

Issue 类型

Feature

Issue 标题

支持插槽写法

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

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

***

你期望的 API 是什么样的?

***

<ve-table>
  <div slot="column-xxx-field">***</div>
</ve-table>

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

easy-table.zip