AllenFang / AllenFang/react-bootstrap-table

how to divide a list in two tables with bootstrap without use BootstrapTable

Aperta
#1,966 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
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?

  • {country.toponymName}


  • :

  • {country.toponymName}


  • }

    );
    i++;
    })}

    Guida per i contributori

    Apri la guida per i contributori

    Valutazione

    Questa issue non è ancora stata valutata.

    Ricevi le nuove issue nella tua casella

    Un breve riepilogo di issue GitHub adatte ai principianti.