列过滤事件影响

This commit is contained in:
jonyshi 2018-07-03 19:20:47 +08:00
parent c44258997b
commit eb76550eca
1 changed files with 8 additions and 1 deletions

View File

@ -163,7 +163,14 @@ function getCloumns(){
render(text, record, index) {
return (
<div className='operation-btn'>
<a href="#"
tooltip={text}
onClick={() => {
alert('这是第'+index+'列,内容为:'+text);
}}
>
一些操作
</a>
</div>
)
}