AllenFang / AllenFang/react-bootstrap-table
how to divide a list in two tables with bootstrap without use BootstrapTable
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 2.2k
- Fork
- 761
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
**# this not work -- **
let tam = 0; let i = 0;
tam = this.state.tam;
tam = tam /2;
{this.state.countries.map((country,index)=>{
return(
{i==tam?
:
}
);
i++;
})}
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.