tableRowClassName ({row, rowIndex}) {
// 把每一行的索引放进row
row.index = rowIndex;
}
2:弹出层引起页面抖动bug,隐藏html滚动条
html ::-webkit-scrollbar{
display:none;
}
tableRowClassName ({row, rowIndex}) {
// 把每一行的索引放进row
row.index = rowIndex;
}
2:弹出层引起页面抖动bug,隐藏html滚动条
html ::-webkit-scrollbar{
display:none;
}