Giter Site home page Giter Site logo

react-table-paginate's Introduction

表格

使用说明

function headerConfig(){
    return {
        header: ["name", "age", "score"],
        name: {
            label: "姓名"
        },
        age: {
            label: "年龄"
        },
        score: {
            label: "分数"
        }
    }
}

var data = [
    {name: "小明",age: 12, score: 94},
    {name: "小东",age: 13, score: 84},
    {name: "小艺",age: 15, score: 100},
    {name: "小张",age: 13, score: 79}]

React.render(<Table sourceData={data} headerConfig={headerConfig}/>, document.getElementById("example"));

配置项

propTypes: {
    autoRun: React.PropTypes.bool,              //是否马上渲染数据
    hasPaginate: React.PropTypes.bool,          //是否有分页
    source: React.PropTypes.string,             //请求的地址
    defaultParams: React.PropTypes.object,      //source的默认参数
    sourceData: React.PropTypes.object,         //数据
    headerConfig: React.PropTypes.func          //表格配置项
}

react-table-paginate's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.