Ryan724 / m-react-table

react table for mobile appliction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

m-react-table

m-react-table

Install & Run

$ npm install r-scroller
$ cd r-scroller
$ npm install
$ npm start

用浏览器打开localhost:8080,即可

Examples

demo0

demo0

demo0

How to use

在你的代码当中如下使用

    return (
      <div className ="table">
        <ReactTable 
          tableStyle = { tableStyle } 
          tableData = { tableData }>
        </ReactTable>
      </div>
      )

About

react table for mobile appliction

License:MIT License


Languages

Language:JavaScript 85.5%Language:CSS 11.5%Language:HTML 3.0%