smartTable icon indicating copy to clipboard operation
smartTable copied to clipboard

点击表格空白处为何会触发onDraw 进行初始化?

Open william-abel opened this issue 5 years ago • 0 comments

@huangyanbin 请问点击表格空白处为何会触发onDraw 进行初始化? 我需要点击设置选中行的背景颜色 发现 onDraw方法 和 RowClick 方法执行顺序混乱 从而无法准确的获取选中行的Row onDraw就会触发导致设置背景混乱 请问有什么解决方案吗 或者在RowClick的事件中可以修改格子的背景颜色 下面是效果 20200626_025457

william-abel avatar Jun 25 '20 18:06 william-abel