An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.
To get started, check out http://bootstrap-table.wenzhixin.net.cn!
More examples: https://github.com/wenzhixin/bootstrap-table-examples#examples-list
NOTE: Bootstrap Table is licensed under the The MIT License. Completely free 866C , 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.
- Created for Bootstrap 3 (Bootstrap 2 supported)
- Responsive web design
- Scrollable Table with fixed headers
- Fully configurable
- Via data attributes
- Show/Hide columns
- Show/Hide headers
- Get data in JSON format using AJAX
- Simple column sorting with a click
- Format column
- Single or multiple row selection
- Powerful pagination
- Card view
- Localization
Use Releases page or the source.
bower install bootstrap-table
npm install bootstrap-table
You can source bootstrap-table directly from a CDN like CDNJS or bootcss.
Please provide jsFiddle when creating issues!
It's really saves much time. Use this as template:
Your feedback is very appreciated!
Thanks to everyone who have given feedback and submitted pull requests. A list of all the contributors can be found here.
Look at the Change Log
To build bootstrap-table locally please run:
grunt build
Result will appear in dist
directory.