This commit is contained in:
xuliangzhan
2019-05-30 22:19:25 +08:00
parent a92f3da29f
commit a9580f76d8
3 changed files with 6 additions and 6 deletions

View File

@@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/vxe-table/favicon.ico><title>vxe-table 表格</title><link href=/vxe-table/static/css/chunk-vendors.d0b56a96.css rel=preload as=style><link href=/vxe-table/static/css/index.aacec3f7.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.907075e7.js rel=preload as=script><link href=/vxe-table/static/js/index.cebc3cb1.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.d0b56a96.css rel=stylesheet><link href=/vxe-table/static/css/index.aacec3f7.css rel=stylesheet></head><body><noscript><strong>We're sorry but vxe-table doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vxe-table/static/js/chunk-vendors.907075e7.js></script><script src=/vxe-table/static/js/index.cebc3cb1.js></script></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/vxe-table/favicon.ico><title>vxe-table 表格</title><link href=/vxe-table/static/css/chunk-vendors.d0b56a96.css rel=preload as=style><link href=/vxe-table/static/css/index.aacec3f7.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.907075e7.js rel=preload as=script><link href=/vxe-table/static/js/index.30ae8ce9.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.d0b56a96.css rel=stylesheet><link href=/vxe-table/static/css/index.aacec3f7.css rel=stylesheet></head><body><noscript><strong>We're sorry but vxe-table doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vxe-table/static/js/chunk-vendors.907075e7.js></script><script src=/vxe-table/static/js/index.30ae8ce9.js></script></body></html>

File diff suppressed because one or more lines are too long

View File

@@ -919,7 +919,7 @@ const apis = [
desc: '表头单元格被点击时会触发该事件',
type: '',
enum: '',
defVal: '{column,columnIndex,cell},event',
defVal: '{headIndex,column,columnIndex,cell},event',
list: []
},
{
@@ -927,7 +927,7 @@ const apis = [
desc: '表头单元格被双击时会触发该事件',
type: '',
enum: '',
defVal: '{column,columnIndex,cell},event',
defVal: '{headIndex,column,columnIndex,cell},event',
list: []
},
{
@@ -935,7 +935,7 @@ const apis = [
desc: '表尾单元格被点击时会触发该事件',
type: '',
enum: '',
defVal: '{column,columnIndex,cell},event',
defVal: '{footIndex,column,columnIndex,cell},event',
list: []
},
{
@@ -943,7 +943,7 @@ const apis = [
desc: '表尾单元格被双击时会触发该事件',
type: '',
enum: '',
defVal: '{column,columnIndex,cell},event',
defVal: '{footIndex,column,columnIndex,cell},event',
list: []
},
{