bootstrap3-grid

源码来自Simple-Paging-Grid,把它改为了CMD模块的


Build Status Coverage Status

官方例子

  1. Basic grid http://www.accidentalfish.com/simplePagingGrid/examples/basicGrid/index.html

  2. Cell templating http://www.accidentalfish.com/simplePagingGrid/examples/hyperlinks/index.html

  3. Sorting http://www.accidentalfish.com/simplePagingGrid/examples/sorting/index.html

  4. Function Binding http://www.accidentalfish.com/simplePagingGrid/examples/functionBinding/index.html

  5. Page Numbers http://www.accidentalfish.com/simplePagingGrid/examples/pageNumbers/index.html

  6. Refreshing a data array http://www.accidentalfish.com/simplePagingGrid/examples/dataArrayRefresh/index.html

Usage

It is very easy to use this module.

<div class="zeus-bootstrap3-grid">
</div>
seajs.use('jquery/bootstrap3-grid/0.6.2/bootstrap3-grid', function(bootstrap3Grid) {

});