AllenFang / AllenFang/react-bootstrap-table

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

Open
#1,966 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.2k
Forks
761
PR merge metrics
No merged PRs in 30d

Description

**# 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++;
    })}

    Contributor guide

    Open the contributing guide

    Assessment

    This issue has not been assessed yet.

    Get new issues in your inbox

    A short digest of beginner-friendly GitHub issues.