ye66666 / vue_Learn

0 stars 0 forks source link

DataTable.vue (datatable组件) #4

Open ye66666 opened 4 years ago

ye66666 commented 4 years ago
ye66666 commented 4 years ago

导入 import DataTable from '@/components/DataTable'

ye66666 commented 4 years ago

上面组件代码内容需再edit下拷贝

ye66666 commented 4 years ago

使用: <DataTable name="flowTable" :data="hrList" :columns="columns" :searchKey="searchKey" :loading="loading" :showSearch="false" @on-search-key-cache="initSearchKey" border

ye66666 commented 4 years ago

使用例子: