corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 # [Bootstrap Table](http://bootstrap-table.wenzhixin.net.cn)
2  
3 [![Build Status](https://travis-ci.org/wenzhixin/bootstrap-table.svg)](https://travis-ci.org/wenzhixin/bootstrap-table)
4 [![GitHub version](https://badge.fury.io/gh/wenzhixin%2Fbootstrap-table.svg)](http://badge.fury.io/gh/wenzhixin%2Fbootstrap-table)
5 [![Bower version](https://badge.fury.io/bo/bootstrap-table.svg)](http://badge.fury.io/bo/bootstrap-table)
6 [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZDHP676FQDUT6)
7  
8 An extended Bootstrap table with radio, checkbox, sort, pagination, extensions and other added features.
9  
10 To get started, check out:
11  
12 * [Docs](http://bootstrap-table.wenzhixin.net.cn)
13 * [Examples](https://github.com/wenzhixin/bootstrap-table-examples)
14 * [Questions/Helps](http://stackoverflow.com/questions/tagged/bootstrap-table)
15 * [问题/帮助](http://segmentfault.com/t/bootstrap-table)
16  
17  
18 [**List of donators**](https://github.com/wenzhixin/bootstrap-table/blob/master/DONATORS.md)
19  
20 ## LICENSE
21  
22 **NOTE:** Bootstrap Table is licensed under the [The MIT License](https://github.com/wenzhixin/bootstrap-table/blob/master/LICENSE). Completely free, you can arbitrarily use and modify this plugin. If this plugin is useful to you, you can **Star** this repo, your support is my biggest motive force, thanks.
23  
24 ## Features
25  
26 * Created for Bootstrap 3 (Bootstrap 2 supported)
27 * Responsive web design
28 * Scrollable Table with fixed headers
29 * Fully configurable
30 * Via data attributes
31 * Show/Hide columns
32 * Show/Hide headers
33 * Show/Hide footers
34 * Get data in JSON format using AJAX
35 * Simple column sorting with a click
36 * Format column
37 * Single or multiple row selection
38 * Powerful pagination
39 * Card view
40 * Detail view
41 * Localization
42 * Extensions
43  
44 ## How to get it
45  
46 ### Manual download
47  
48 Use [Releases page](https://github.com/wenzhixin/bootstrap-table/releases) or [the source](https://github.com/wenzhixin/bootstrap-table/archive/master.zip).
49  
50 ### Bower
51  
52 ```
53 bower install bootstrap-table
54 ```
55  
56 ### Npm
57  
58 ```
59 npm install bootstrap-table
60 ```
61  
62 ### CDN
63  
64 You can source bootstrap-table directly from a CDN like [CDNJS](http://www.cdnjs.com/libraries/bootstrap-table) or [bootcss](http://open.bootcss.com/bootstrap-table/) or [jsdelivr](http://www.jsdelivr.com/#!bootstrap.table).
65  
66  
67 ## Contributing
68  
69 For feature requests, bug reports or submitting pull requests, please ensure you first read [CONTRIBUTING.md](https://github.com/wenzhixin/bootstrap-table/blob/master/CONTRIBUTING.md).
70  
71  
72 ## Reporting Issues
73  
74 As stated above, please read [CONTRIBUTING.md](https://github.com/wenzhixin/bootstrap-table/blob/master/CONTRIBUTING.md), especially [Bug Reports](https://github.com/wenzhixin/bootstrap-table/blob/master/CONTRIBUTING.md#bug-reports)
75  
76 And as stated there, please provide jsFiddle when creating issues!
77  
78 It's really saves much time.
79  
80 You can also use these for templates:
81  
82 [jsFiddle Bootstrap Table](http://bootstrap-table.wenzhixin.net.cn/examples/#basic)
83  
84 Your feedback is very appreciated!
85  
86  
87 ## Acknowledgements
88  
89 Thanks to everyone who have given feedback and submitted pull requests. A list of all the contributors can be found [here](https://github.com/wenzhixin/bootstrap-table/graphs/contributors).
90  
91 ## Release History
92  
93 Look at the [Change Log](https://github.com/wenzhixin/bootstrap-table/blob/master/CHANGELOG.md)
94  
95 ## Local build
96  
97 To build bootstrap-table locally please run:
98  
99 ```
100 grunt build
101 ```
102  
103 Result will appear in `dist` directory.