Commit 246f1e54 authored by 11277's avatar 11277

Update hlsGrid.md

parent 47ad5832
......@@ -452,7 +452,7 @@ function template(){
**提示:**
1. 每个noticeTable在window下面都会有以该ID命名的对象,该对象上有以下常用方法
>- 每个noticeTable在window下面都会有以该ID命名的对象,该对象上有以下常用方法
| 方法名 | 参数 | 返回值 | 作用|
......@@ -461,7 +461,7 @@ function template(){
| selectCheckedItem | | 选中行的数据信息 | 获得选中行的数据信息|
2. locateEvent参数传递一个定义好的方法名字,locateEvent = "testFunc"
>- locateEvent参数传递一个定义好的方法名字,locateEvent = "testFunc"
```javascript
function testFunc(e,rowdata){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment