We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望实现的功能是使用 setEditRow(row, col) 后 会触发指定 col 的 focus 事件 从而实现全选(select)整个input 中的文字
setEditRow(row,col,focus)
之前在使用4.10.6-beta.31 的时候, 使用setEditRow 指定 column 会触发 input 的自动 focus 最近的版本中 isfocus 是 false,导致不会触发focus 事件 handleEditActive({ row, rowIndex: $xeTable.getRowIndex(row), column, columnIndex: $xeTable.getColumnIndex(column), cell, $table: $xeTable }, null, false) 使用的 mode 是 row 如果有更棒的实现方法的话,也请说说哈,感激
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个需求解决了什么问题:
希望实现的功能是使用 setEditRow(row, col) 后 会触发指定 col 的 focus 事件
从而实现全选(select)整个input 中的文字
建议的 API 是什么样的:
setEditRow(row,col,focus)
是否已有其他不错的替代方案:
之前在使用4.10.6-beta.31 的时候,
使用setEditRow 指定 column 会触发 input 的自动 focus
最近的版本中 isfocus 是 false,导致不会触发focus 事件
handleEditActive({
row,
rowIndex: $xeTable.getRowIndex(row),
column,
columnIndex: $xeTable.getColumnIndex(column),
cell,
$table: $xeTable
}, null, false)
使用的 mode 是 row
如果有更棒的实现方法的话,也请说说哈,感激
是否使用当前最新版本?
The text was updated successfully, but these errors were encountered: