AllenFang / AllenFang/react-bootstrap-table
how to divide a list in two tables with bootstrap without use BootstrapTable
Aberta
- Linguagem predominante
- JavaScript
- Estrelas
- 2.2k
- Forks
- 761
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
**# 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++;
})}
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.