重點就是 render: (val,record),這裡的val是當前的這個資料,而record是當前行的所有資料
然後可以根據這個資料的值,進行相應的邏輯操作,我這裡用的是三木表示式,當然你也可以使用if,else等
import react,
from
'react'
;import
from
'antd'
;const
[userdata, setuserdata]
=usestate(""
);const
[usercurrentpage, setusercurrentpage]
=usestate(1
);const
[userpagesize, setuserpagesize]
=usestate(10
);const
[usertotalcount, setusertotalcount]
=usestate(0
);const columns =[,
,}
onclick=);
}}>恢復<
/a>
:}
onclick=);
}}>撤銷<
/a>},
];const
getuserlist=(
params: infolistparamstype
)=>).
then((
result: any
)=>
else})
;}//初始化**,相當於vue裡的created。獲取資料只需要執行一次的話,第二個引數為乙個空陣列
useeffect((
)=>
as infolistparamstype);}
,);columns=
pagination=條`
, showsizechanger:
true
, onchange:((
page, pagesize
)=>
as infolistparamstype);}
),}}
>
<
/table>
,
numpy中選擇某行某列
今天看到某個 中有這個形式,查閱資料才懂了什麼意思 import numpy as np array np.array 1,2,3,4 5,6,7,8 9,10,11,12 13,14,15,16 陣列一定要通過np形成,不然會報錯 a array print a 1 2 3 4 5 6 7 8 9...
獲取某行某列的值
獲取某行某列的值 迴圈方式 param row 行數 param col 列數 return number function getval row,col tmp arr for i 1 i row i else return tmp arr row col echo getval 6,2 獲取某行...
獲取某行某列的值
獲取某行某列的值 迴圈方式 param row 行數 param col 列數 return number function getval row,col tmp arr for i 1 i row i else return tmp arr row col echo getval 6,2 獲取某行...