editCell 方法,使可编辑列获取焦点,参数描述等如下.
| editCell | iRow, iCol, edit | edit a cell with the row index iRow( do not mix with rowid) in index column iCol. If the edit is set to false the cell is just selected and not edited. If set to true the cell is selected and edited. |
$(this).editCell(1, 2, true); //将第一行,第三列选中并显示可编辑状态
本文介绍了一个表格组件中的editCell方法,该方法通过指定行索引iRow和列索引iCol来选择单元格,并可以设置是否进入编辑模式。当设置为true时,单元格将被选中并进入可编辑状态。
934

被折叠的 条评论
为什么被折叠?



