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
目前table组件只有row-click 事件 没有cell-click事件,希望能支持 考虑到这种场景 比如需要点击 单元格 复制其内容,每个单元格都需要 这种能暴露出 单元格的点击事件才能方便的实现 希望能像 element一样 提供 cell-click 和cell-dbclick
The text was updated successfully, but these errors were encountered:
resolved #240 in #297
interface BaseTableCellEventContext<T> { row: T; col: BaseTableCol; rowIndex: number; colIndex: number; e: MouseEvent }
Sorry, something went wrong.
已在 0.33.2 版本中实现
No branches or pull requests
目前table组件只有row-click 事件 没有cell-click事件,希望能支持
考虑到这种场景 比如需要点击 单元格 复制其内容,每个单元格都需要 这种能暴露出 单元格的点击事件才能方便的实现
希望能像 element一样 提供 cell-click 和cell-dbclick
The text was updated successfully, but these errors were encountered: