diff --git a/demo/demolist/Demo25.js b/demo/demolist/Demo25.js index 0fcbd11..9a1e3b1 100644 --- a/demo/demolist/Demo25.js +++ b/demo/demolist/Demo25.js @@ -163,7 +163,14 @@ function getCloumns(){ render(text, record, index) { return (
- + { + alert('这是第'+index+'列,内容为:'+text); + }} + > + 一些操作 +
) }