AllenFang / AllenFang/react-bootstrap-table
how to divide a list in two tables with bootstrap without use BootstrapTable
Aperta
- Lingua principale
- JavaScript
- Stelle
- 2.2k
- Fork
- 761
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
**# 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++;
})}
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.