├── docs
├── favicon.ico
├── apple-touch-icon.png
├── assets
│ ├── images
│ │ ├── alipay.jpg
│ │ ├── weixin.png
│ │ ├── alipayLogo.png
│ │ ├── paypalLogo.png
│ │ └── weixinLogo.png
│ ├── flash
│ │ └── ZeroClipboard.swf
│ ├── bootstrap
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ └── glyphicons-halflings-regular.woff
│ │ └── js
│ │ │ └── npm.js
│ └── js
│ │ ├── ie8-responsive-file-warning.js
│ │ └── ie10-viewport-bug-workaround.js
├── faq.md
├── data
│ ├── README.md
│ ├── data5
│ │ └── demo.response.json
│ └── data1
│ │ └── demo.response.json
├── _i18n
│ ├── zh-cn
│ │ ├── donate.md
│ │ ├── home
│ │ │ └── feature.md
│ │ ├── getting-started
│ │ │ ├── whats-include.md
│ │ │ └── grunt.md
│ │ └── faq
│ │ │ └── faq.md
│ ├── en
│ │ ├── donate.md
│ │ ├── home
│ │ │ └── feature.md
│ │ └── getting-started
│ │ │ └── whats-include.md
│ ├── es
│ │ ├── donate.md
│ │ ├── home
│ │ │ └── feature.md
│ │ └── getting-started
│ │ │ └── whats-include.md
│ └── zh-cn.yml
├── robots.txt
├── examples.md
├── dist
│ ├── extensions
│ │ ├── group-by-v2
│ │ │ └── bootstrap-table-group-by.css
│ │ ├── sticky-header
│ │ │ └── bootstrap-table-sticky-header.css
│ │ ├── i18n-enhance
│ │ │ ├── bootstrap-table-i18n-enhance.min.js
│ │ │ └── bootstrap-table-i18n-enhance.js
│ │ ├── natural-sorting
│ │ │ └── bootstrap-table-natural-sorting.min.js
│ │ ├── flat-json
│ │ │ └── bootstrap-table-flat-json.min.js
│ │ ├── reorder-rows
│ │ │ └── bootstrap-table-reorder-rows.css
│ │ └── key-events
│ │ │ └── bootstrap-table-key-events.min.js
│ └── locale
│ │ ├── bootstrap-table-vi-VN.min.js
│ │ ├── bootstrap-table-fr-BE.min.js
│ │ ├── bootstrap-table-el-GR.min.js
│ │ ├── bootstrap-table-es-AR.min.js
│ │ ├── bootstrap-table-es-MX.min.js
│ │ ├── bootstrap-table-ko-KR.min.js
│ │ ├── bootstrap-table-da-DK.min.js
│ │ ├── bootstrap-table-nb-NO.min.js
│ │ ├── bootstrap-table-ur-PK.min.js
│ │ ├── bootstrap-table-sv-SE.min.js
│ │ ├── bootstrap-table-zh-TW.min.js
│ │ ├── bootstrap-table-pl-PL.min.js
│ │ ├── bootstrap-table-th-TH.min.js
│ │ ├── bootstrap-table-uk-UA.min.js
│ │ ├── bootstrap-table-sk-SK.min.js
│ │ ├── bootstrap-table-de-DE.min.js
│ │ ├── bootstrap-table-it-IT.min.js
│ │ ├── bootstrap-table-ja-JP.min.js
│ │ ├── bootstrap-table-ar-SA.min.js
│ │ ├── bootstrap-table-es-SP.min.js
│ │ ├── bootstrap-table-ru-RU.min.js
│ │ ├── bootstrap-table-tr-TR.min.js
│ │ ├── bootstrap-table-af-ZA.min.js
│ │ ├── bootstrap-table-es-CR.min.js
│ │ ├── bootstrap-table-es-NI.min.js
│ │ ├── bootstrap-table-he-IL.min.js
│ │ ├── bootstrap-table-pt-BR.min.js
│ │ ├── bootstrap-table-zh-CN.min.js
│ │ ├── bootstrap-table-fr-FR.min.js
│ │ ├── bootstrap-table-fa-IR.min.js
│ │ ├── bootstrap-table-ka-GE.min.js
│ │ ├── bootstrap-table-hu-HU.min.js
│ │ ├── bootstrap-table-ca-ES.min.js
│ │ ├── bootstrap-table-cs-CZ.min.js
│ │ ├── bootstrap-table-hr-HR.min.js
│ │ ├── bootstrap-table-ro-RO.min.js
│ │ ├── bootstrap-table-es-ES.min.js
│ │ ├── bootstrap-table-et-EE.min.js
│ │ ├── bootstrap-table-pt-PT.min.js
│ │ ├── bootstrap-table-ms-MY.min.js
│ │ ├── bootstrap-table-en-US.min.js
│ │ ├── bootstrap-table-vi-VN.js
│ │ ├── bootstrap-table-fr-BE.js
│ │ ├── bootstrap-table-el-GR.js
│ │ ├── bootstrap-table-nl-NL.min.js
│ │ ├── bootstrap-table-es-AR.js
│ │ ├── bootstrap-table-de-DE.js
│ │ ├── bootstrap-table-es-MX.js
│ │ ├── bootstrap-table-ko-KR.js
│ │ ├── bootstrap-table-nb-NO.js
│ │ ├── bootstrap-table-ur-PK.js
│ │ ├── bootstrap-table-da-DK.js
│ │ ├── bootstrap-table-sv-SE.js
│ │ ├── bootstrap-table-pl-PL.js
│ │ ├── bootstrap-table-th-TH.js
│ │ ├── bootstrap-table-sk-SK.js
│ │ ├── bootstrap-table-uk-UA.js
│ │ └── bootstrap-table-zh-TW.js
├── getting-started.md
├── documentation.md
├── _layouts
│ └── home.html
├── _plugins
│ └── markdown-tag.rb
├── README.md
├── sitemap.xml
├── _includes
│ └── footer.html
└── index.md
├── .travis.yml
├── src
├── extensions
│ ├── group-by-v2
│ │ ├── bootstrap-table-group-by.css
│ │ ├── extension.json
│ │ └── README.md
│ ├── filter-control
│ │ ├── bootstrap-table-filter-control.css
│ │ └── extension.json
│ ├── filter
│ │ ├── README.md
│ │ └── extension.json
│ ├── multiple-selection-row
│ │ ├── bootstrap-table-multiple-selection-row.css
│ │ ├── extension.json
│ │ └── README.md
│ ├── accent-neutralise
│ │ ├── README.md
│ │ └── extension.json
│ ├── flat-json
│ │ ├── README.md
│ │ └── extension.json
│ ├── sticky-header
│ │ ├── bootstrap-table-sticky-header.css
│ │ ├── extension.json
│ │ └── README.md
│ ├── group-by
│ │ └── extension.json
│ ├── multiple-sort
│ │ └── extension.json
│ ├── editable
│ │ └── extension.json
│ ├── multiple-search
│ │ ├── extension.json
│ │ └── README.md
│ ├── natural-sorting
│ │ ├── extension.json
│ │ └── README.md
│ ├── cookie
│ │ └── extension.json
│ ├── mobile
│ │ ├── extension.json
│ │ └── README.md
│ ├── toolbar
│ │ ├── extension.json
│ │ └── README.md
│ ├── export
│ │ ├── extension.json
│ │ └── README.md
│ ├── resizable
│ │ └── extension.json
│ ├── copy-rows
│ │ ├── extension.json
│ │ └── README.md
│ ├── key-events
│ │ ├── extension.json
│ │ └── README.md
│ ├── reorder-rows
│ │ ├── extension.json
│ │ └── bootstrap-table-reorder-rows.css
│ ├── reorder-columns
│ │ ├── extension.json
│ │ └── README.md
│ ├── i18n-enhance
│ │ ├── extension.json
│ │ ├── README.md
│ │ └── bootstrap-table-i18n-enhance.js
│ ├── multi-column-toggle
│ │ ├── extension.json
│ │ └── README.md
│ └── select2-filter
│ │ └── extension.json
└── locale
│ ├── bootstrap-table-vi-VN.js
│ ├── bootstrap-table-el-GR.js
│ ├── bootstrap-table-fr-BE.js
│ ├── bootstrap-table-es-AR.js
│ ├── bootstrap-table-de-DE.js
│ ├── bootstrap-table-es-MX.js
│ ├── bootstrap-table-ko-KR.js
│ ├── bootstrap-table-nb-NO.js
│ ├── bootstrap-table-sv-SE.js
│ ├── bootstrap-table-ur-PK.js
│ ├── bootstrap-table-da-DK.js
│ ├── bootstrap-table-th-TH.js
│ ├── bootstrap-table-pl-PL.js
│ ├── bootstrap-table-sk-SK.js
│ └── bootstrap-table-zh-TW.js
├── dist
├── extensions
│ ├── group-by-v2
│ │ └── bootstrap-table-group-by.css
│ ├── sticky-header
│ │ └── bootstrap-table-sticky-header.css
│ ├── i18n-enhance
│ │ ├── bootstrap-table-i18n-enhance.min.js
│ │ └── bootstrap-table-i18n-enhance.js
│ ├── natural-sorting
│ │ └── bootstrap-table-natural-sorting.min.js
│ ├── flat-json
│ │ └── bootstrap-table-flat-json.min.js
│ ├── reorder-rows
│ │ └── bootstrap-table-reorder-rows.css
│ ├── key-events
│ │ └── bootstrap-table-key-events.min.js
│ └── resizable
│ │ └── bootstrap-table-resizable.min.js
└── locale
│ ├── bootstrap-table-vi-VN.min.js
│ ├── bootstrap-table-fr-BE.min.js
│ ├── bootstrap-table-el-GR.min.js
│ ├── bootstrap-table-es-AR.min.js
│ ├── bootstrap-table-es-MX.min.js
│ ├── bootstrap-table-ko-KR.min.js
│ ├── bootstrap-table-da-DK.min.js
│ ├── bootstrap-table-nb-NO.min.js
│ ├── bootstrap-table-ur-PK.min.js
│ ├── bootstrap-table-sv-SE.min.js
│ ├── bootstrap-table-zh-TW.min.js
│ ├── bootstrap-table-pl-PL.min.js
│ ├── bootstrap-table-th-TH.min.js
│ ├── bootstrap-table-uk-UA.min.js
│ ├── bootstrap-table-sk-SK.min.js
│ ├── bootstrap-table-de-DE.min.js
│ ├── bootstrap-table-it-IT.min.js
│ ├── bootstrap-table-ja-JP.min.js
│ ├── bootstrap-table-ar-SA.min.js
│ ├── bootstrap-table-es-SP.min.js
│ ├── bootstrap-table-ru-RU.min.js
│ ├── bootstrap-table-tr-TR.min.js
│ ├── bootstrap-table-af-ZA.min.js
│ ├── bootstrap-table-es-CR.min.js
│ ├── bootstrap-table-es-NI.min.js
│ ├── bootstrap-table-he-IL.min.js
│ ├── bootstrap-table-pt-BR.min.js
│ ├── bootstrap-table-zh-CN.min.js
│ ├── bootstrap-table-fr-FR.min.js
│ ├── bootstrap-table-fa-IR.min.js
│ ├── bootstrap-table-ka-GE.min.js
│ ├── bootstrap-table-hu-HU.min.js
│ ├── bootstrap-table-ca-ES.min.js
│ ├── bootstrap-table-cs-CZ.min.js
│ ├── bootstrap-table-hr-HR.min.js
│ ├── bootstrap-table-ro-RO.min.js
│ ├── bootstrap-table-es-ES.min.js
│ ├── bootstrap-table-et-EE.min.js
│ ├── bootstrap-table-pt-PT.min.js
│ ├── bootstrap-table-ms-MY.min.js
│ ├── bootstrap-table-en-US.min.js
│ ├── bootstrap-table-vi-VN.js
│ ├── bootstrap-table-fr-BE.js
│ ├── bootstrap-table-el-GR.js
│ ├── bootstrap-table-nl-NL.min.js
│ ├── bootstrap-table-es-AR.js
│ ├── bootstrap-table-de-DE.js
│ ├── bootstrap-table-es-MX.js
│ ├── bootstrap-table-ko-KR.js
│ ├── bootstrap-table-nb-NO.js
│ ├── bootstrap-table-ur-PK.js
│ ├── bootstrap-table-da-DK.js
│ ├── bootstrap-table-sv-SE.js
│ ├── bootstrap-table-pl-PL.js
│ ├── bootstrap-table-th-TH.js
│ ├── bootstrap-table-sk-SK.js
│ ├── bootstrap-table-uk-UA.js
│ └── bootstrap-table-zh-TW.js
├── .gitignore
├── composer.json
├── bower.json
├── .github
└── ISSUE_TEMPLATE.md
├── _config.yml
├── bootstrap-table.jquery.json
├── LICENSE
└── DONATORS.md
/docs/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/landeanfen2/bootstrap-table/HEAD/docs/favicon.ico
--------------------------------------------------------------------------------
/docs/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/landeanfen2/bootstrap-table/HEAD/docs/apple-touch-icon.png
--------------------------------------------------------------------------------
/docs/assets/images/alipay.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/landeanfen2/bootstrap-table/HEAD/docs/assets/images/alipay.jpg
--------------------------------------------------------------------------------
/docs/assets/images/weixin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/landeanfen2/bootstrap-table/HEAD/docs/assets/images/weixin.png
--------------------------------------------------------------------------------
/.travis.yml:
--------------------------------------------------------------------------------
1 | language: node_js
2 |
3 | node_js:
4 | - "0.10"
5 |
6 | before_install:
7 | - npm install grunt-cli -g
8 |
--------------------------------------------------------------------------------
/docs/assets/flash/ZeroClipboard.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/landeanfen2/bootstrap-table/HEAD/docs/assets/flash/ZeroClipboard.swf
--------------------------------------------------------------------------------
/docs/assets/images/alipayLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/landeanfen2/bootstrap-table/HEAD/docs/assets/images/alipayLogo.png
--------------------------------------------------------------------------------
/docs/assets/images/paypalLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/landeanfen2/bootstrap-table/HEAD/docs/assets/images/paypalLogo.png
--------------------------------------------------------------------------------
/docs/assets/images/weixinLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/landeanfen2/bootstrap-table/HEAD/docs/assets/images/weixinLogo.png
--------------------------------------------------------------------------------
/docs/faq.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: pages.faq.title
4 | slug: faq
5 | lead: pages.faq.lead
6 | ---
7 |
8 | {% tf faq/faq.md %}
9 |
--------------------------------------------------------------------------------
/docs/data/README.md:
--------------------------------------------------------------------------------
1 | # Data for jsFiddle
2 |
3 | Detail: [Pass response directly from GitHub Repository](http://doc.jsfiddle.net/use/github_response.html)
--------------------------------------------------------------------------------
/docs/_i18n/zh-cn/donate.md:
--------------------------------------------------------------------------------
1 | Bootstrap Table 是我个人利用业余时间制作的免费插件。
2 |
3 | 如果在你的项目中 Bootstrap Table 帮助到了你,可以对 Bootstrap Table 进行捐助。
4 |
5 | 相信有了你的帮助,Bootstrap Table 一定会继续努力做得更好。
--------------------------------------------------------------------------------
/docs/robots.txt:
--------------------------------------------------------------------------------
1 | ---
2 | ---
3 |
4 | # www.robotstxt.org/
5 |
6 | # Allow crawling of all content
7 | User-agent: *
8 | Disallow:
9 | Sitemap: {{ site.url }}/sitemap.xml
--------------------------------------------------------------------------------
/docs/examples.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: pages.examples.title
4 | slug: examples
5 | lead: pages.examples.lead
6 | ---
7 |
8 |
Loading...
9 |
--------------------------------------------------------------------------------
/docs/assets/bootstrap/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/landeanfen2/bootstrap-table/HEAD/docs/assets/bootstrap/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/docs/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/landeanfen2/bootstrap-table/HEAD/docs/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/docs/assets/bootstrap/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/landeanfen2/bootstrap-table/HEAD/docs/assets/bootstrap/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/src/extensions/group-by-v2/bootstrap-table-group-by.css:
--------------------------------------------------------------------------------
1 | .bootstrap-table .table > tbody > tr.groupBy {
2 | cursor: pointer;
3 | }
4 |
5 | .bootstrap-table .table > tbody > tr.groupBy.expanded {
6 |
7 | }
--------------------------------------------------------------------------------
/dist/extensions/group-by-v2/bootstrap-table-group-by.css:
--------------------------------------------------------------------------------
1 | .bootstrap-table .table > tbody > tr.groupBy {
2 | cursor: pointer;
3 | }
4 |
5 | .bootstrap-table .table > tbody > tr.groupBy.expanded {
6 |
7 | }
--------------------------------------------------------------------------------
/docs/dist/extensions/group-by-v2/bootstrap-table-group-by.css:
--------------------------------------------------------------------------------
1 | .bootstrap-table .table > tbody > tr.groupBy {
2 | cursor: pointer;
3 | }
4 |
5 | .bootstrap-table .table > tbody > tr.groupBy.expanded {
6 |
7 | }
--------------------------------------------------------------------------------
/docs/_i18n/en/donate.md:
--------------------------------------------------------------------------------
1 | Bootstrap Table is a free plug-in which be made in my spare time.
2 |
3 | If your project get the help from Bootstrap Table, you can donate to Bootstrap Table.
4 |
5 | With your help, I believe that I will continue to strive to let Bootstrap Table be better.
--------------------------------------------------------------------------------
/docs/_i18n/es/donate.md:
--------------------------------------------------------------------------------
1 | Bootstrap Table is a free plug-in which be made in my spare time.
2 |
3 | If your project get the help from Bootstrap Table, you can donate to Bootstrap Table.
4 |
5 | With your help, I believe that I will continue to strive to let Bootstrap Table be better.
--------------------------------------------------------------------------------
/docs/_i18n/zh-cn/home/feature.md:
--------------------------------------------------------------------------------
1 | ### 主要功能
2 |
3 | * 支持 Bootstrap 3 和 Bootstrap 2
4 | * 自适应界面
5 | * 固定表头
6 | * 非常丰富的配置参数
7 | * 直接通过标签使用
8 | * 显示/隐藏列
9 | * 显示/隐藏表头
10 | * 通过 AJAX 获取 JSON 格式的数据
11 | * 支持排序
12 | * 格式化表格
13 | * 支持单选或者多选
14 | * 强大的分页功能
15 | * 支持卡片视图
16 | * 支持多语言
17 | * 支持插件
--------------------------------------------------------------------------------
/src/extensions/filter-control/bootstrap-table-filter-control.css:
--------------------------------------------------------------------------------
1 | /**
2 | * @author: Dennis Hernández
3 | * @webSite: http://djhvscf.github.io/Blog
4 | * @version: v2.1.1
5 | */
6 |
7 | .no-filter-control {
8 | height: 34px;
9 | }
10 |
11 | .filter-control {
12 | margin: 0 2px 2px 2px;
13 | }
--------------------------------------------------------------------------------
/docs/getting-started.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: pages.getting_started.title
4 | slug: getting-started
5 | lead: pages.getting_started.lead
6 | ---
7 |
8 | {% tf getting-started/download.md %}
9 |
10 | {% tf getting-started/whats-include.md %}
11 |
12 | {% tf getting-started/grunt.md %}
13 |
14 | {% tf getting-started/usage.md %}
--------------------------------------------------------------------------------
/docs/documentation.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: pages.documentation.title
4 | slug: documentation
5 | lead: pages.documentation.lead
6 | ---
7 |
8 | {% tf documentation/table-options.md %}
9 |
10 | {% tf documentation/column-options.md %}
11 |
12 | {% tf documentation/events.md %}
13 |
14 | {% tf documentation/methods.md %}
15 |
16 | {% tf documentation/localizations.md %}
--------------------------------------------------------------------------------
/src/extensions/filter/README.md:
--------------------------------------------------------------------------------
1 | # Table Filter
2 |
3 | Use Plugin: [bootstrap table filters](https://github.com/lukaskral/bootstrap-table-filter)
4 |
5 | ## Usage
6 |
7 | ```html
8 |
9 | ```
10 |
11 | ## Options
12 |
13 | ### showFilter
14 |
15 | * type: Boolean
16 | * description: set true to show filter menu.
17 | * default: `false`
18 |
--------------------------------------------------------------------------------
/src/extensions/group-by-v2/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Group By",
3 | "version": "1.0.0",
4 | "description": "Group the data by field",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/group-by-v2",
6 | "example": "",
7 | "plugins": [],
8 | "author": {
9 | "name": "Knoxvillekm",
10 | "image": "https://avatars3.githubusercontent.com/u/11072464"
11 | }
12 | }
--------------------------------------------------------------------------------
/src/extensions/multiple-selection-row/bootstrap-table-multiple-selection-row.css:
--------------------------------------------------------------------------------
1 | .multiple-select-row-selected {
2 | background: lightBlue
3 | }
4 |
5 | .table tbody tr:hover td,
6 | .table tbody tr:hover th {
7 | background-color: transparent;
8 | }
9 |
10 |
11 | .table-striped tbody tr:nth-child(odd):hover td {
12 | background-color: #F9F9F9;
13 | }
14 |
15 | .fixed-table-container tbody .selected td {
16 | background: lightBlue;
17 | }
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules
2 | bower_components
3 |
4 | # docs site
5 | _gh_pages
6 |
7 | # build the extensions
8 | extensions.js
9 |
10 | # deploy the docs
11 | deploy.sh
12 |
13 | # old docs
14 | docs_
15 |
16 | # check the locale file on README
17 | check.js
18 |
19 | # Common IDE files
20 | nbproject
21 | .~lock.*
22 | .buildpath
23 | .idea
24 | .project
25 | .settings
26 | *.iml
27 |
28 | # OS X Finder internal system files
29 | .DS_Store
30 | .localized
31 | Icon
32 |
--------------------------------------------------------------------------------
/docs/_i18n/en/home/feature.md:
--------------------------------------------------------------------------------
1 | ### Features
2 |
3 | * Created for Bootstrap 3 (Bootstrap 2 supported)
4 | * Responsive web design
5 | * Scrollable Table with fixed headers
6 | * Fully configurable
7 | * Via data attributes
8 | * Show/Hide columns
9 | * Show/Hide headers
10 | * Get data in JSON format using AJAX
11 | * Simple column sorting with a click
12 | * Format column
13 | * Single or multiple row selection
14 | * Powerful pagination
15 | * Card view
16 | * Localization
17 | * Extensions
--------------------------------------------------------------------------------
/docs/_i18n/es/home/feature.md:
--------------------------------------------------------------------------------
1 | ### Features
2 |
3 | * Created for Bootstrap 3 (Bootstrap 2 supported)
4 | * Responsive web design
5 | * Scrollable Table with fixed headers
6 | * Fully configurable
7 | * Via data attributes
8 | * Show/Hide columns
9 | * Show/Hide headers
10 | * Get data in JSON format using AJAX
11 | * Simple column sorting with a click
12 | * Format column
13 | * Single or multiple row selection
14 | * Powerful pagination
15 | * Card view
16 | * Localization
17 | * Extensions
--------------------------------------------------------------------------------
/docs/_layouts/home.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | {% include header.html %}
6 |
7 |
8 | Skip to main content
9 |
10 |
11 | {% include nav.html %}
12 |
13 |
14 | {{ content }}
15 |
16 | {% include footer.html %}
17 |
18 |
19 |
--------------------------------------------------------------------------------
/src/extensions/accent-neutralise/README.md:
--------------------------------------------------------------------------------
1 | # Table Accent Neutralise
2 |
3 | Use Plugin: [bootstrap-table-accent-neutralise](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/accent-neutralise)
4 |
5 | ## Usage
6 |
7 | ```html
8 |
9 | ```
10 |
11 | ## Options
12 |
13 | ### searchAccentNeutralise
14 |
15 | * type: Boolean
16 | * description: Set to true if you want to use accent neutralise feature.
17 | * default: `false`
18 |
--------------------------------------------------------------------------------
/docs/assets/bootstrap/js/npm.js:
--------------------------------------------------------------------------------
1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
2 | require('../../js/transition.js')
3 | require('../../js/alert.js')
4 | require('../../js/button.js')
5 | require('../../js/carousel.js')
6 | require('../../js/collapse.js')
7 | require('../../js/dropdown.js')
8 | require('../../js/modal.js')
9 | require('../../js/tooltip.js')
10 | require('../../js/popover.js')
11 | require('../../js/scrollspy.js')
12 | require('../../js/tab.js')
13 | require('../../js/affix.js')
--------------------------------------------------------------------------------
/src/extensions/flat-json/README.md:
--------------------------------------------------------------------------------
1 | # Table flat-json
2 |
3 | Use Plugin: [bootstrap-table-flat-json](https://github.com/djhvscf/bootstrap-table-flat-json)
4 |
5 | ## Usage
6 |
7 | ```html
8 |
9 | ```
10 |
11 | ## Options
12 |
13 | ### flat
14 |
15 | * type: Boolean
16 | * description: Set true to flat the JSON object.
17 | * default: `false`
18 |
19 | ### flatSeparator
20 |
21 | * type: String
22 | * description: Set the default separator between object levels.
23 | * default: `.`
--------------------------------------------------------------------------------
/dist/extensions/sticky-header/bootstrap-table-sticky-header.css:
--------------------------------------------------------------------------------
1 | /**
2 | * @author vincent loh
3 | * @version: v1.0.0
4 | * https://github.com/vinzloh/bootstrap-table/
5 | * Sticky header for bootstrap-table
6 | */
7 |
8 | .fix-sticky {
9 | position: fixed;
10 | z-index: 100;
11 | }
12 | .fix-sticky thead {
13 | background: #fff;
14 | }
15 |
16 | .fix-sticky thead th,
17 | .fix-sticky thead th:first-child {
18 | border-left: 0;
19 | border-right: 0;
20 | border-bottom: 1px solid #eee;
21 | border-radius: 0;
22 | }
23 |
--------------------------------------------------------------------------------
/src/extensions/sticky-header/bootstrap-table-sticky-header.css:
--------------------------------------------------------------------------------
1 | /**
2 | * @author vincent loh
3 | * @version: v1.0.0
4 | * https://github.com/vinzloh/bootstrap-table/
5 | * Sticky header for bootstrap-table
6 | */
7 |
8 | .fix-sticky {
9 | position: fixed;
10 | z-index: 100;
11 | }
12 | .fix-sticky thead {
13 | background: #fff;
14 | }
15 |
16 | .fix-sticky thead th,
17 | .fix-sticky thead th:first-child {
18 | border-left: 0;
19 | border-right: 0;
20 | border-bottom: 1px solid #eee;
21 | border-radius: 0;
22 | }
23 |
--------------------------------------------------------------------------------
/docs/dist/extensions/sticky-header/bootstrap-table-sticky-header.css:
--------------------------------------------------------------------------------
1 | /**
2 | * @author vincent loh
3 | * @version: v1.0.0
4 | * https://github.com/vinzloh/bootstrap-table/
5 | * Sticky header for bootstrap-table
6 | */
7 |
8 | .fix-sticky {
9 | position: fixed;
10 | z-index: 100;
11 | }
12 | .fix-sticky thead {
13 | background: #fff;
14 | }
15 |
16 | .fix-sticky thead th,
17 | .fix-sticky thead th:first-child {
18 | border-left: 0;
19 | border-right: 0;
20 | border-bottom: 1px solid #eee;
21 | border-radius: 0;
22 | }
23 |
--------------------------------------------------------------------------------
/src/extensions/filter/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Filter",
3 | "version": "1.0.0",
4 | "description": "Plugin to filter the boostrap table data.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter",
6 | "example": "#",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-filter",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter"
11 | }],
12 |
13 | "author": {
14 | "name": "wenzhixin",
15 | "image": "https://avatars1.githubusercontent.com/u/2117018"
16 | }
17 | }
--------------------------------------------------------------------------------
/src/extensions/group-by/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Group By",
3 | "version": "1.1.0",
4 | "description": "Plugin to group the data by fields.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/group-by",
6 | "example": "#",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-group-by",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/group-by"
11 | }],
12 |
13 | "author": {
14 | "name": "djhvscf",
15 | "image": "https://avatars1.githubusercontent.com/u/4496763"
16 | }
17 | }
--------------------------------------------------------------------------------
/composer.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "wenzhixin/bootstrap-table",
3 | "description": "An extended Bootstrap table with radio, checkbox, sort, pagination and other features.",
4 | "keywords": ["bootstrap","table","tablesort","pagination"],
5 | "type": "component",
6 | "homepage": "https://github.com/wenzhixin/bootstrap-table",
7 | "license": "MIT",
8 | "require": {
9 | "twitter/bootstrap": ">=2.3.0"
10 | },
11 | "authors": [
12 | {
13 | "name": "wenzhixin2010",
14 | "email": "wenzhixin2010@gmail.com"
15 | }
16 | ]
17 | }
18 |
--------------------------------------------------------------------------------
/docs/data/data5/demo.response.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "id": {
4 | "id2": "1"
5 | },
6 | "name": {
7 | "name2": "Item 1"
8 | },
9 | "price": {
10 | "price2": {
11 | "price3": "$90"
12 | }
13 | }
14 | },
15 | {
16 | "id": {
17 | "id2": "2"
18 | },
19 | "name": {
20 | "name2": "Item 2"
21 | },
22 | "price": {
23 | "price2": {
24 | "price3": "$91"
25 | }
26 | }
27 | }
28 | ]
--------------------------------------------------------------------------------
/src/extensions/multiple-sort/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Multiple Sort",
3 | "version": "1.1.0",
4 | "description": "Plugin to support the multiple sort.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-sort",
6 | "example": "#",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-multiple-sort",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-sort"
11 | }],
12 |
13 | "author": {
14 | "name": "dimbslmh",
15 | "image": "https://avatars1.githubusercontent.com/u/745635"
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/src/extensions/accent-neutralise/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Accent Neutralise",
3 | "version": "1.0.0",
4 | "description": "Plugin to neutralise the words.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/accent-neutralise",
6 | "example": "#",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-accent-neutralise",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/accent-neutralise"
11 | }],
12 |
13 | "author": {
14 | "name": "djhvscf",
15 | "image": "https://avatars1.githubusercontent.com/u/4496763"
16 | }
17 | }
--------------------------------------------------------------------------------
/src/extensions/editable/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Table Editable",
3 | "version": "1.1.0",
4 | "description": "Use the x-editable to in-place editing your table.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/editable",
6 | "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/editable.html",
7 |
8 | "plugins": [{
9 | "name": "x-editable",
10 | "url": "https://github.com/vitalets/x-editable"
11 | }],
12 |
13 | "author": {
14 | "name": "wenzhixin",
15 | "image": "https://avatars1.githubusercontent.com/u/2117018"
16 | }
17 | }
--------------------------------------------------------------------------------
/src/extensions/multiple-search/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Multiple Search",
3 | "version": "1.0.0",
4 | "description": "Plugin to support the multiple search.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-search",
6 | "example": "#",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-multiple-search",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-search"
11 | }],
12 |
13 | "author": {
14 | "name": "djhvscf",
15 | "image": "https://avatars1.githubusercontent.com/u/4496763"
16 | }
17 | }
--------------------------------------------------------------------------------
/src/extensions/natural-sorting/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Natural Sorting",
3 | "version": "1.0.0",
4 | "description": "Plugin to support the natural sorting.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/natural-sorting",
6 | "example": "#",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-natural-sorting",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/natural-sorting"
11 | }],
12 |
13 | "author": {
14 | "name": "GreyWyvern",
15 | "image": "https://avatars1.githubusercontent.com/u/137631"
16 | }
17 | }
--------------------------------------------------------------------------------
/src/extensions/flat-json/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Flat JSON",
3 | "version": "1.3.0",
4 | "description": "Plugin to flat the JSON object.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/flat-json",
6 | "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/flat-json.html",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-flat-json",
10 | "url": "https://github.com/djhvscf/bootstrap-table-flat-json"
11 | }],
12 |
13 | "author": {
14 | "name": "djhvscf",
15 | "image": "https://avatars1.githubusercontent.com/u/4496763"
16 | }
17 | }
--------------------------------------------------------------------------------
/src/extensions/cookie/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Cookie",
3 | "version": "1.2.1",
4 | "description": "Plugin to use the cookie of the browser.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/cookie",
6 | "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/cookie.html",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-cookie",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/cookie"
11 | }],
12 |
13 | "author": {
14 | "name": "djhvscf",
15 | "image": "https://avatars1.githubusercontent.com/u/4496763"
16 | }
17 | }
--------------------------------------------------------------------------------
/src/extensions/mobile/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Mobile",
3 | "version": "1.1.0",
4 | "description": "Plugin to support the responsive feature.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/mobile",
6 | "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/mobile.html",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-mobile",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/mobile"
11 | }],
12 |
13 | "author": {
14 | "name": "djhvscf",
15 | "image": "https://avatars1.githubusercontent.com/u/4496763"
16 | }
17 | }
--------------------------------------------------------------------------------
/src/extensions/toolbar/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Toolbar",
3 | "version": "2.0.0",
4 | "description": "Plugin to support the advanced search.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/toolbar",
6 | "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/toolbar.html",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-toolbar",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/toolbar"
11 | }],
12 |
13 | "author": {
14 | "name": "djhvscf",
15 | "image": "https://avatars1.githubusercontent.com/u/4496763"
16 | }
17 | }
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-vi-VN.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["vi-VN"]={formatLoadingMessage:function(){return"Đang tải..."},formatRecordsPerPage:function(a){return a+" bản ghi mỗi trang"},formatShowingRows:function(a,b,c){return"Hiển thị từ trang "+a+" đến "+b+" của "+c+" bảng ghi"},formatSearch:function(){return"Tìm kiếm"},formatNoMatches:function(){return"Không có dữ liệu"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["vi-VN"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-fr-BE.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["fr-BE"]={formatLoadingMessage:function(){return"Chargement en cours..."},formatRecordsPerPage:function(a){return a+" entrées par page"},formatShowingRows:function(a,b,c){return"Affiche de"+a+" à "+b+" sur "+c+" lignes"},formatSearch:function(){return"Recherche"},formatNoMatches:function(){return"Pas de fichiers trouvés"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["fr-BE"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-vi-VN.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["vi-VN"]={formatLoadingMessage:function(){return"Đang tải..."},formatRecordsPerPage:function(a){return a+" bản ghi mỗi trang"},formatShowingRows:function(a,b,c){return"Hiển thị từ trang "+a+" đến "+b+" của "+c+" bảng ghi"},formatSearch:function(){return"Tìm kiếm"},formatNoMatches:function(){return"Không có dữ liệu"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["vi-VN"])}(jQuery);
--------------------------------------------------------------------------------
/src/extensions/export/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Table Export",
3 | "version": "1.1.0",
4 | "description": "Export your table data to JSON, XML, CSV, TXT, SQL, Word, Excel, PNG, PDF.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/export",
6 | "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/export.html",
7 |
8 | "plugins": [{
9 | "name": "tableExport.jquery.plugin",
10 | "url": "https://github.com/hhurz/tableExport.jquery.plugin"
11 | }],
12 |
13 | "author": {
14 | "name": "wenzhixin",
15 | "image": "https://avatars1.githubusercontent.com/u/2117018"
16 | }
17 | }
--------------------------------------------------------------------------------
/src/extensions/resizable/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Resizable",
3 | "version": "1.0.0",
4 | "description": "Plugin to support the resizable feature.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/resizable",
6 | "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/resizable.html",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-resizable",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/resizable"
11 | }],
12 |
13 | "author": {
14 | "name": "djhvscf",
15 | "image": "https://avatars1.githubusercontent.com/u/4496763"
16 | }
17 | }
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-fr-BE.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["fr-BE"]={formatLoadingMessage:function(){return"Chargement en cours..."},formatRecordsPerPage:function(a){return a+" entrées par page"},formatShowingRows:function(a,b,c){return"Affiche de"+a+" à "+b+" sur "+c+" lignes"},formatSearch:function(){return"Recherche"},formatNoMatches:function(){return"Pas de fichiers trouvés"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["fr-BE"])}(jQuery);
--------------------------------------------------------------------------------
/src/extensions/copy-rows/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Copy Rows",
3 | "version": "1.0.0",
4 | "description": "Allows pushing of selected column data to the clipboard.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/copy-rows",
6 | "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/copy-rows.html",
7 |
8 | "plugins": [{
9 | "name": "copy-rows",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/copy-rows"
11 | }],
12 |
13 | "author": {
14 | "name": "Homer Glascock",
15 | "image": "https://avatars1.githubusercontent.com/u/5546710"
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/dist/extensions/i18n-enhance/bootstrap-table-i18n-enhance.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";var b=a.fn.bootstrapTable.Constructor;b.prototype.changeTitle=function(b){a.each(this.options.columns,function(c,d){a.each(d,function(a,c){c.field&&(c.title=b[c.field])})}),this.initHeader(),this.initBody(),this.initToolbar()},b.prototype.changeLocale=function(a){this.options.locale=a,this.initLocale(),this.initPagination()},a.fn.bootstrapTable.methods.push("changeTitle"),a.fn.bootstrapTable.methods.push("changeLocale")}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/extensions/i18n-enhance/bootstrap-table-i18n-enhance.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";var b=a.fn.bootstrapTable.Constructor;b.prototype.changeTitle=function(b){a.each(this.options.columns,function(c,d){a.each(d,function(a,c){c.field&&(c.title=b[c.field])})}),this.initHeader(),this.initBody(),this.initToolbar()},b.prototype.changeLocale=function(a){this.options.locale=a,this.initLocale(),this.initPagination()},a.fn.bootstrapTable.methods.push("changeTitle"),a.fn.bootstrapTable.methods.push("changeLocale")}(jQuery);
--------------------------------------------------------------------------------
/src/extensions/key-events/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Key Events",
3 | "version": "1.0.0",
4 | "description": "Plugin to support the key events in the bootstrap table.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/key-events",
6 | "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/key-events.html",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-key-events",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/key-events"
11 | }],
12 |
13 | "author": {
14 | "name": "djhvscf",
15 | "image": "https://avatars1.githubusercontent.com/u/4496763"
16 | }
17 | }
--------------------------------------------------------------------------------
/src/extensions/reorder-rows/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Reorder Rows",
3 | "version": "1.0.0",
4 | "description": "Plugin to support the reordering rows feature.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-rows",
6 | "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/reorder-rows.html",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-reorder-rows",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-rows"
11 | }],
12 |
13 | "author": {
14 | "name": "djhvscf",
15 | "image": "https://avatars1.githubusercontent.com/u/4496763"
16 | }
17 | }
--------------------------------------------------------------------------------
/docs/assets/js/ie8-responsive-file-warning.js:
--------------------------------------------------------------------------------
1 | // NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT
2 | // IT'S JUST JUNK FOR OUR DOCS!
3 | // ++++++++++++++++++++++++++++++++++++++++++
4 | /*!
5 | * Copyright 2011-2014 Twitter, Inc.
6 | *
7 | * Licensed under the Creative Commons Attribution 3.0 Unported License. For
8 | * details, see http://creativecommons.org/licenses/by/3.0/.
9 | */
10 | // Intended to prevent false-positive bug reports about responsive styling supposedly not working in IE8.
11 | if (window.location.protocol == 'file:') {
12 | window.alert('ERROR: Bootstrap\'s responsive CSS is disabled!\nSee getbootstrap.com/getting-started/#respond-file-proto for details.')
13 | }
14 |
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-el-GR.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["el-GR"]={formatLoadingMessage:function(){return"Φορτώνει, παρακαλώ περιμένετε..."},formatRecordsPerPage:function(a){return a+" αποτελέσματα ανά σελίδα"},formatShowingRows:function(a,b,c){return"Εμφανίζονται από την "+a+" ως την "+b+" από σύνολο "+c+" σειρών"},formatSearch:function(){return"Αναζητήστε"},formatNoMatches:function(){return"Δεν βρέθηκαν αποτελέσματα"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["el-GR"])}(jQuery);
--------------------------------------------------------------------------------
/src/extensions/reorder-columns/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Reorder Columns",
3 | "version": "1.1.0",
4 | "description": "Plugin to support the reordering columns feature.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-columns",
6 | "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/reorder-columns.html",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-reorder-columns",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-columns"
11 | }],
12 |
13 | "author": {
14 | "name": "djhvscf",
15 | "image": "https://avatars1.githubusercontent.com/u/4496763"
16 | }
17 | }
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-es-AR.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["es-AR"]={formatLoadingMessage:function(){return"Cargando, espere por favor..."},formatRecordsPerPage:function(a){return a+" registros por página"},formatShowingRows:function(a,b,c){return"Mostrando "+a+" a "+b+" de "+c+" filas"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatAllRows:function(){return"Todo"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["es-AR"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-es-MX.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["es-MX"]={formatLoadingMessage:function(){return"Cargando, espere por favor..."},formatRecordsPerPage:function(a){return a+" registros por página"},formatShowingRows:function(a,b,c){return"Mostrando "+a+" a "+b+" de "+c+" filas"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatAllRows:function(){return"Todo"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["es-MX"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-el-GR.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["el-GR"]={formatLoadingMessage:function(){return"Φορτώνει, παρακαλώ περιμένετε..."},formatRecordsPerPage:function(a){return a+" αποτελέσματα ανά σελίδα"},formatShowingRows:function(a,b,c){return"Εμφανίζονται από την "+a+" ως την "+b+" από σύνολο "+c+" σειρών"},formatSearch:function(){return"Αναζητήστε"},formatNoMatches:function(){return"Δεν βρέθηκαν αποτελέσματα"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["el-GR"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-es-AR.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["es-AR"]={formatLoadingMessage:function(){return"Cargando, espere por favor..."},formatRecordsPerPage:function(a){return a+" registros por página"},formatShowingRows:function(a,b,c){return"Mostrando "+a+" a "+b+" de "+c+" filas"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatAllRows:function(){return"Todo"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["es-AR"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-es-MX.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["es-MX"]={formatLoadingMessage:function(){return"Cargando, espere por favor..."},formatRecordsPerPage:function(a){return a+" registros por página"},formatShowingRows:function(a,b,c){return"Mostrando "+a+" a "+b+" de "+c+" filas"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatAllRows:function(){return"Todo"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["es-MX"])}(jQuery);
--------------------------------------------------------------------------------
/src/extensions/i18n-enhance/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "i18n Enhance",
3 | "version": "1.0.0",
4 | "description": "Plugin to add i18n API in order to change column's title and table locale.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/i18n-enhance",
6 | "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/i18n-enhance.html",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-i18n-enhance",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/i18n-enhance"
11 | }],
12 |
13 | "author": {
14 | "name": "Jewway",
15 | "image": "https://avatars0.githubusercontent.com/u/3501899"
16 | }
17 | }
--------------------------------------------------------------------------------
/src/extensions/group-by-v2/README.md:
--------------------------------------------------------------------------------
1 | # Table group-by-v2
2 |
3 | Use Plugin: [bootstrap-table-group-by-v2](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/group-by-v2)
4 | You must include the bootstrap-table-group-by.css file in order to get the appropriate style
5 |
6 | ## Usage
7 |
8 | ```html
9 |
10 | ```
11 |
12 | ## Options
13 |
14 | ### groupBy
15 |
16 | * type: Boolean
17 | * description: Set true to group the data by the field passed.
18 | * default: `false`
19 |
20 | ### groupByField
21 |
22 | * type: String
23 | * description: Set the fields name that you want to group the data.
24 | * default: ``
--------------------------------------------------------------------------------
/docs/_i18n/zh-cn/getting-started/whats-include.md:
--------------------------------------------------------------------------------
1 | # 包含什么 []({{ site.repo }}/blob/develop/docs/_i18n/{{ site.lang }}/getting-started/whats-include.md)
2 |
3 | ---
4 |
5 | 下载的 Bootstrap table 源码包含了未压缩的 CSS,JavaScript,语言文件以及扩展,并且提供了压缩扰乱的 min 文件,当然也提供了我们的文档。更具体地说,主要包含了以下的文件:
6 |
7 | ```bash
8 | bootstrap-table/
9 | ├── dist/
10 | │ ├── extensions/
11 | │ ├── locale/
12 | │ ├── bootstrap-table.min.css
13 | │ └── bootstrap-table.min.js
14 | ├── docs/
15 | └── src/
16 | ├── extensions/
17 | ├── locale/
18 | ├── bootstrap-table.css
19 | └── bootstrap-table.js
20 | ```
21 |
22 | `src/`,`locale/` 和 `extensions/` 是我们的 CSS,JavaScript 的源码。`dist/`文件夹包含了所有`src/`下压缩并扰乱的文件。`docs/`文件夹包含了我们文档的源码。另外,我们提供了包信息,License 信息,和其他的信息。
--------------------------------------------------------------------------------
/src/extensions/multi-column-toggle/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Multi Column Toggle",
3 | "version": "1.0.0",
4 | "description": "Allows hiding and showing of multiple columns at once.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multi-column-toggle",
6 | "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/multi-column-toggle.html",
7 |
8 | "plugins": [{
9 | "name": "multi-column-toggle",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multi-column-toggle"
11 | }],
12 |
13 | "author": {
14 | "name": "Homer Glascock",
15 | "image": "https://avatars1.githubusercontent.com/u/5546710"
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/src/extensions/select2-filter/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Select2 Filter",
3 | "version": "1.0.0",
4 | "description": "Plugin to add select2 filter on the top of the columns in order to filter the data.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/select2-filter",
6 | "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/select2-filter.html",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-select2-filter",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/select2-filter"
11 | }],
12 |
13 | "author": {
14 | "name": "Jewway",
15 | "image": "https://avatars0.githubusercontent.com/u/3501899"
16 | }
17 | }
--------------------------------------------------------------------------------
/dist/extensions/natural-sorting/bootstrap-table-natural-sorting.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | function alphanum(a,b){function c(a){for(var b,c,d=[],e=0,f=-1,g=0;b=(c=a.charAt(e++)).charCodeAt(0);){var h=46===b||b>=48&&57>=b;h!==g&&(d[++f]="",g=h),d[f]+=c}return d}function d(a){return"number"==typeof a&&(a=""+a),a||(a=""),a}var e=c(d(a)),f=c(d(b));for(x=0;e[x]&&f[x];x++)if(e[x]!==f[x]){var g=Number(e[x]),h=Number(f[x]);return g==e[x]&&h==f[x]?g-h:e[x]>f[x]?1:-1}return e.length-f.length}function numericOnly(a,b){function c(a){return a=a.replace(new RegExp(/[^0-9]/g),""),parseInt(a,10)}return c(a)-c(b)}
--------------------------------------------------------------------------------
/src/extensions/filter-control/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Filter Control",
3 | "version": "2.1.0",
4 | "description": "Plugin to add input/select element on the top of the columns in order to filter the data.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control",
6 | "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/filter-control.html",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-filter-control",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control"
11 | }],
12 |
13 | "author": {
14 | "name": "djhvscf",
15 | "image": "https://avatars1.githubusercontent.com/u/4496763"
16 | }
17 | }
--------------------------------------------------------------------------------
/docs/dist/extensions/natural-sorting/bootstrap-table-natural-sorting.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | function alphanum(a,b){function c(a){for(var b,c,d=[],e=0,f=-1,g=0;b=(c=a.charAt(e++)).charCodeAt(0);){var h=46===b||b>=48&&57>=b;h!==g&&(d[++f]="",g=h),d[f]+=c}return d}function d(a){return"number"==typeof a&&(a=""+a),a||(a=""),a}var e=c(d(a)),f=c(d(b));for(x=0;e[x]&&f[x];x++)if(e[x]!==f[x]){var g=Number(e[x]),h=Number(f[x]);return g==e[x]&&h==f[x]?g-h:e[x]>f[x]?1:-1}return e.length-f.length}function numericOnly(a,b){function c(a){return a=a.replace(new RegExp(/[^0-9]/g),""),parseInt(a,10)}return c(a)-c(b)}
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-ko-KR.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["ko-KR"]={formatLoadingMessage:function(){return"데이터를 불러오는 중입니다..."},formatRecordsPerPage:function(a){return"페이지 당 "+a+"개 데이터 출력"},formatShowingRows:function(a,b,c){return"전체 "+c+"개 중 "+a+"~"+b+"번째 데이터 출력,"},formatSearch:function(){return"검색"},formatNoMatches:function(){return"조회된 데이터가 없습니다."},formatRefresh:function(){return"새로 고침"},formatToggle:function(){return"전환"},formatColumns:function(){return"컬럼 필터링"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ko-KR"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-ko-KR.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["ko-KR"]={formatLoadingMessage:function(){return"데이터를 불러오는 중입니다..."},formatRecordsPerPage:function(a){return"페이지 당 "+a+"개 데이터 출력"},formatShowingRows:function(a,b,c){return"전체 "+c+"개 중 "+a+"~"+b+"번째 데이터 출력,"},formatSearch:function(){return"검색"},formatNoMatches:function(){return"조회된 데이터가 없습니다."},formatRefresh:function(){return"새로 고침"},formatToggle:function(){return"전환"},formatColumns:function(){return"컬럼 필터링"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ko-KR"])}(jQuery);
--------------------------------------------------------------------------------
/src/extensions/multiple-selection-row/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Multiple Selection Row",
3 | "version": "1.0.0",
4 | "description": "Plugin to enable the multiple selection row. You can use the ctrl+click to select one row or use ctrl+shift+click to select a range of rows.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-selection-row",
6 | "example": "",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-multiple-selection-row",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-selection-row"
11 | }],
12 |
13 | "author": {
14 | "name": "djhvscf",
15 | "image": "https://avatars1.githubusercontent.com/u/4496763"
16 | }
17 | }
--------------------------------------------------------------------------------
/bower.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "bootstrap-table",
3 | "homepage": "https://github.com/wenzhixin/bootstrap-table",
4 | "authors": [
5 | "zhixin "
6 | ],
7 | "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
8 | "main": [
9 | "src/bootstrap-table.js",
10 | "src/bootstrap-table.css"
11 | ],
12 | "keywords": [
13 | "bootstrap",
14 | "table",
15 | "bootstrap table"
16 | ],
17 | "license": "MIT",
18 | "ignore": [
19 | "**/.*",
20 | "node_modules",
21 | "bower_components",
22 | "test",
23 | "tests",
24 | "docs",
25 | "assets"
26 | ]
27 | }
28 |
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-da-DK.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["da-DK"]={formatLoadingMessage:function(){return"Indlæser, vent venligst..."},formatRecordsPerPage:function(a){return a+" poster pr side"},formatShowingRows:function(a,b,c){return"Viser "+a+" til "+b+" af "+c+" rækker"},formatSearch:function(){return"Søg"},formatNoMatches:function(){return"Ingen poster fundet"},formatRefresh:function(){return"Opdater"},formatToggle:function(){return"Skift"},formatColumns:function(){return"Kolonner"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["da-DK"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-nb-NO.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["nb-NO"]={formatLoadingMessage:function(){return"Oppdaterer, vennligst vent..."},formatRecordsPerPage:function(a){return a+" poster pr side"},formatShowingRows:function(a,b,c){return"Viser "+a+" til "+b+" av "+c+" rekker"},formatSearch:function(){return"Søk"},formatNoMatches:function(){return"Ingen poster funnet"},formatRefresh:function(){return"Oppdater"},formatToggle:function(){return"Endre"},formatColumns:function(){return"Kolonner"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["nb-NO"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-ur-PK.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["ur-PK"]={formatLoadingMessage:function(){return"براۓ مہربانی انتظار کیجئے"},formatRecordsPerPage:function(a){return a+" ریکارڈز فی صفہ "},formatShowingRows:function(a,b,c){return"دیکھیں "+a+" سے "+b+" کے "+c+"ریکارڈز"},formatSearch:function(){return"تلاش"},formatNoMatches:function(){return"کوئی ریکارڈ نہیں ملا"},formatRefresh:function(){return"تازہ کریں"},formatToggle:function(){return"تبدیل کریں"},formatColumns:function(){return"کالم"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ur-PK"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-da-DK.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["da-DK"]={formatLoadingMessage:function(){return"Indlæser, vent venligst..."},formatRecordsPerPage:function(a){return a+" poster pr side"},formatShowingRows:function(a,b,c){return"Viser "+a+" til "+b+" af "+c+" rækker"},formatSearch:function(){return"Søg"},formatNoMatches:function(){return"Ingen poster fundet"},formatRefresh:function(){return"Opdater"},formatToggle:function(){return"Skift"},formatColumns:function(){return"Kolonner"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["da-DK"])}(jQuery);
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Short and descriptive example bug report title
5 |
6 | A summary of the issue and the browser/OS environment in which it occurs. If suitable, include the steps required to reproduce the bug.
7 |
8 | This is the first step
9 | This is the second step
10 | Further steps, etc.
11 |
12 | [jsfiddle]() - a link to the reduced test case([fiddle template](https://github.com/wenzhixin/bootstrap-table/issues/1765)).
13 |
14 | Any other information you want to share that is relevant to the issue being reported. This might include the lines of code that you have identified as causing the bug, and potential solutions (and your opinions on their merits).
15 |
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-sv-SE.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["sv-SE"]={formatLoadingMessage:function(){return"Laddar, vänligen vänta..."},formatRecordsPerPage:function(a){return a+" rader per sida"},formatShowingRows:function(a,b,c){return"Visa "+a+" till "+b+" av "+c+" rader"},formatSearch:function(){return"Sök"},formatNoMatches:function(){return"Inga matchande resultat funna."},formatRefresh:function(){return"Uppdatera"},formatToggle:function(){return"Skifta"},formatColumns:function(){return"kolumn"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["sv-SE"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-zh-TW.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["zh-TW"]={formatLoadingMessage:function(){return"正在努力地載入資料,請稍候……"},formatRecordsPerPage:function(a){return"每頁顯示 "+a+" 項記錄"},formatShowingRows:function(a,b,c){return"顯示第 "+a+" 到第 "+b+" 項記錄,總共 "+c+" 項記錄"},formatSearch:function(){return"搜尋"},formatNoMatches:function(){return"沒有找到符合的結果"},formatPaginationSwitch:function(){return"隱藏/顯示分頁"},formatRefresh:function(){return"重新整理"},formatToggle:function(){return"切換"},formatColumns:function(){return"列"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["zh-TW"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-nb-NO.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["nb-NO"]={formatLoadingMessage:function(){return"Oppdaterer, vennligst vent..."},formatRecordsPerPage:function(a){return a+" poster pr side"},formatShowingRows:function(a,b,c){return"Viser "+a+" til "+b+" av "+c+" rekker"},formatSearch:function(){return"Søk"},formatNoMatches:function(){return"Ingen poster funnet"},formatRefresh:function(){return"Oppdater"},formatToggle:function(){return"Endre"},formatColumns:function(){return"Kolonner"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["nb-NO"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-ur-PK.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["ur-PK"]={formatLoadingMessage:function(){return"براۓ مہربانی انتظار کیجئے"},formatRecordsPerPage:function(a){return a+" ریکارڈز فی صفہ "},formatShowingRows:function(a,b,c){return"دیکھیں "+a+" سے "+b+" کے "+c+"ریکارڈز"},formatSearch:function(){return"تلاش"},formatNoMatches:function(){return"کوئی ریکارڈ نہیں ملا"},formatRefresh:function(){return"تازہ کریں"},formatToggle:function(){return"تبدیل کریں"},formatColumns:function(){return"کالم"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ur-PK"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-sv-SE.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["sv-SE"]={formatLoadingMessage:function(){return"Laddar, vänligen vänta..."},formatRecordsPerPage:function(a){return a+" rader per sida"},formatShowingRows:function(a,b,c){return"Visa "+a+" till "+b+" av "+c+" rader"},formatSearch:function(){return"Sök"},formatNoMatches:function(){return"Inga matchande resultat funna."},formatRefresh:function(){return"Uppdatera"},formatToggle:function(){return"Skifta"},formatColumns:function(){return"kolumn"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["sv-SE"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-zh-TW.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["zh-TW"]={formatLoadingMessage:function(){return"正在努力地載入資料,請稍候……"},formatRecordsPerPage:function(a){return"每頁顯示 "+a+" 項記錄"},formatShowingRows:function(a,b,c){return"顯示第 "+a+" 到第 "+b+" 項記錄,總共 "+c+" 項記錄"},formatSearch:function(){return"搜尋"},formatNoMatches:function(){return"沒有找到符合的結果"},formatPaginationSwitch:function(){return"隱藏/顯示分頁"},formatRefresh:function(){return"重新整理"},formatToggle:function(){return"切換"},formatColumns:function(){return"列"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["zh-TW"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-pl-PL.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["pl-PL"]={formatLoadingMessage:function(){return"Ładowanie, proszę czekać..."},formatRecordsPerPage:function(a){return a+" rekordów na stronę"},formatShowingRows:function(a,b,c){return"Wyświetlanie rekordów od "+a+" do "+b+" z "+c},formatSearch:function(){return"Szukaj"},formatNoMatches:function(){return"Niestety, nic nie znaleziono"},formatRefresh:function(){return"Odśwież"},formatToggle:function(){return"Przełącz"},formatColumns:function(){return"Kolumny"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["pl-PL"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-th-TH.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["th-TH"]={formatLoadingMessage:function(){return"กำลังโหลดข้อมูล, กรุณารอสักครู่..."},formatRecordsPerPage:function(a){return a+" รายการต่อหน้า"},formatShowingRows:function(a,b,c){return"รายการที่ "+a+" ถึง "+b+" จากทั้งหมด "+c+" รายการ"},formatSearch:function(){return"ค้นหา"},formatNoMatches:function(){return"ไม่พบรายการที่ค้นหา !"},formatRefresh:function(){return"รีเฟรส"},formatToggle:function(){return"สลับมุมมอง"},formatColumns:function(){return"คอลัมน์"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["th-TH"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-uk-UA.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["uk-UA"]={formatLoadingMessage:function(){return"Завантаження, будь ласка, зачекайте..."},formatRecordsPerPage:function(a){return a+" записів на сторінку"},formatShowingRows:function(a,b,c){return"Показано з "+a+" по "+b+". Всього: "+c},formatSearch:function(){return"Пошук"},formatNoMatches:function(){return"Не знайдено жодного запису"},formatRefresh:function(){return"Оновити"},formatToggle:function(){return"Змінити"},formatColumns:function(){return"Стовпці"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["uk-UA"])}(jQuery);
--------------------------------------------------------------------------------
/docs/_plugins/markdown-tag.rb:
--------------------------------------------------------------------------------
1 | =begin
2 | Jekyll tag to include Markdown text from _includes directory preprocessing with Liquid.
3 | Usage:
4 | {% markdown %}
5 | =end
6 | module Jekyll
7 | class MarkdownTag < Liquid::Tag
8 | def initialize(tag_name, text, tokens)
9 | super
10 | @text = text.strip
11 | end
12 |
13 | def render(context)
14 | tmpl = File.read File.join context.registers[:site].source, "_includes", @text
15 | site = context.registers[:site]
16 | converter = site.getConverterImpl(Jekyll::Converters::Markdown)
17 | tmpl = (Liquid::Template.parse tmpl).render site.site_payload
18 | html = converter.convert(tmpl)
19 | end
20 | end
21 | end
22 | Liquid::Template.register_tag('markdown', Jekyll::MarkdownTag)
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-sk-SK.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["sk-SK"]={formatLoadingMessage:function(){return"Prosím čakajte ..."},formatRecordsPerPage:function(a){return a+" záznamov na stranu"},formatShowingRows:function(a,b,c){return"Zobrazená "+a+". - "+b+". položka z celkových "+c},formatSearch:function(){return"Vyhľadávanie"},formatNoMatches:function(){return"Nenájdená žiadna vyhovujúca položka"},formatRefresh:function(){return"Obnoviť"},formatToggle:function(){return"Prepni"},formatColumns:function(){return"Stĺpce"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["sk-SK"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-pl-PL.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["pl-PL"]={formatLoadingMessage:function(){return"Ładowanie, proszę czekać..."},formatRecordsPerPage:function(a){return a+" rekordów na stronę"},formatShowingRows:function(a,b,c){return"Wyświetlanie rekordów od "+a+" do "+b+" z "+c},formatSearch:function(){return"Szukaj"},formatNoMatches:function(){return"Niestety, nic nie znaleziono"},formatRefresh:function(){return"Odśwież"},formatToggle:function(){return"Przełącz"},formatColumns:function(){return"Kolumny"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["pl-PL"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-th-TH.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["th-TH"]={formatLoadingMessage:function(){return"กำลังโหลดข้อมูล, กรุณารอสักครู่..."},formatRecordsPerPage:function(a){return a+" รายการต่อหน้า"},formatShowingRows:function(a,b,c){return"รายการที่ "+a+" ถึง "+b+" จากทั้งหมด "+c+" รายการ"},formatSearch:function(){return"ค้นหา"},formatNoMatches:function(){return"ไม่พบรายการที่ค้นหา !"},formatRefresh:function(){return"รีเฟรส"},formatToggle:function(){return"สลับมุมมอง"},formatColumns:function(){return"คอลัมน์"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["th-TH"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-uk-UA.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["uk-UA"]={formatLoadingMessage:function(){return"Завантаження, будь ласка, зачекайте..."},formatRecordsPerPage:function(a){return a+" записів на сторінку"},formatShowingRows:function(a,b,c){return"Показано з "+a+" по "+b+". Всього: "+c},formatSearch:function(){return"Пошук"},formatNoMatches:function(){return"Не знайдено жодного запису"},formatRefresh:function(){return"Оновити"},formatToggle:function(){return"Змінити"},formatColumns:function(){return"Стовпці"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["uk-UA"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-de-DE.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["de-DE"]={formatLoadingMessage:function(){return"Lade, bitte warten..."},formatRecordsPerPage:function(a){return a+" Einträge pro Seite"},formatShowingRows:function(a,b,c){return"Zeige "+a+" bis "+b+" von "+c+" Zeile"+(c>1?"n":"")},formatSearch:function(){return"Suchen"},formatNoMatches:function(){return"Keine passenden Ergebnisse gefunden"},formatRefresh:function(){return"Neu laden"},formatToggle:function(){return"Umschalten"},formatColumns:function(){return"Spalten"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["de-DE"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-sk-SK.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["sk-SK"]={formatLoadingMessage:function(){return"Prosím čakajte ..."},formatRecordsPerPage:function(a){return a+" záznamov na stranu"},formatShowingRows:function(a,b,c){return"Zobrazená "+a+". - "+b+". položka z celkových "+c},formatSearch:function(){return"Vyhľadávanie"},formatNoMatches:function(){return"Nenájdená žiadna vyhovujúca položka"},formatRefresh:function(){return"Obnoviť"},formatToggle:function(){return"Prepni"},formatColumns:function(){return"Stĺpce"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["sk-SK"])}(jQuery);
--------------------------------------------------------------------------------
/src/extensions/multiple-search/README.md:
--------------------------------------------------------------------------------
1 | # Table Multiple Search
2 |
3 | Use Plugin: [bootstrap-table-multiple-search](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-search)
4 |
5 | ## Usage
6 |
7 | ```html
8 |
9 | ```
10 |
11 | ## Options
12 |
13 | ### multipleSearch
14 |
15 | * type: Boolean
16 | * description: Set to true if you want to search by multiple columns. For example: if the user puts: "526 table" we are going to `split` that string and then we are going to search in all columns in the boostrap table.
17 | * default: `false`
18 |
19 | ### delimeter
20 |
21 | * type: String
22 | * description: Configure the delimeter of the multiple search
23 | * default: ` ` (whitespace)
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-de-DE.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["de-DE"]={formatLoadingMessage:function(){return"Lade, bitte warten..."},formatRecordsPerPage:function(a){return a+" Einträge pro Seite"},formatShowingRows:function(a,b,c){return"Zeige "+a+" bis "+b+" von "+c+" Zeile"+(c>1?"n":"")},formatSearch:function(){return"Suchen"},formatNoMatches:function(){return"Keine passenden Ergebnisse gefunden"},formatRefresh:function(){return"Neu laden"},formatToggle:function(){return"Umschalten"},formatColumns:function(){return"Spalten"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["de-DE"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-it-IT.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["it-IT"]={formatLoadingMessage:function(){return"Caricamento in corso..."},formatRecordsPerPage:function(a){return a+" elementi per pagina"},formatShowingRows:function(a,b,c){return"Pagina "+a+" di "+b+" ("+c+" elementi)"},formatSearch:function(){return"Cerca"},formatNoMatches:function(){return"Nessun elemento trovato"},formatRefresh:function(){return"Aggiorna"},formatToggle:function(){return"Alterna"},formatColumns:function(){return"Colonne"},formatAllRows:function(){return"Tutto"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["it-IT"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-it-IT.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["it-IT"]={formatLoadingMessage:function(){return"Caricamento in corso..."},formatRecordsPerPage:function(a){return a+" elementi per pagina"},formatShowingRows:function(a,b,c){return"Pagina "+a+" di "+b+" ("+c+" elementi)"},formatSearch:function(){return"Cerca"},formatNoMatches:function(){return"Nessun elemento trovato"},formatRefresh:function(){return"Aggiorna"},formatToggle:function(){return"Alterna"},formatColumns:function(){return"Colonne"},formatAllRows:function(){return"Tutto"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["it-IT"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-ja-JP.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["ja-JP"]={formatLoadingMessage:function(){return"読み込み中です。少々お待ちください。"},formatRecordsPerPage:function(a){return"ページ当たり最大"+a+"件"},formatShowingRows:function(a,b,c){return"全"+c+"件から、"+a+"から"+b+"件目まで表示しています"},formatSearch:function(){return"検索"},formatNoMatches:function(){return"該当するレコードが見つかりません"},formatPaginationSwitch:function(){return"ページ数を表示・非表示"},formatRefresh:function(){return"更新"},formatToggle:function(){return"トグル"},formatColumns:function(){return"列"},formatAllRows:function(){return"すべて"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ja-JP"])}(jQuery);
--------------------------------------------------------------------------------
/docs/assets/js/ie10-viewport-bug-workaround.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * IE10 viewport hack for Surface/desktop Windows 8 bug
3 | * Copyright 2014 Twitter, Inc.
4 | * Licensed under the Creative Commons Attribution 3.0 Unported License. For
5 | * details, see http://creativecommons.org/licenses/by/3.0/.
6 | */
7 |
8 | // See the Getting Started docs for more information:
9 | // http://getbootstrap.com/getting-started/#support-ie10-width
10 |
11 | (function () {
12 | 'use strict';
13 | if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
14 | var msViewportStyle = document.createElement('style')
15 | msViewportStyle.appendChild(
16 | document.createTextNode(
17 | '@-ms-viewport{width:auto!important}'
18 | )
19 | )
20 | document.querySelector('head').appendChild(msViewportStyle)
21 | }
22 | })();
23 |
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-ja-JP.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["ja-JP"]={formatLoadingMessage:function(){return"読み込み中です。少々お待ちください。"},formatRecordsPerPage:function(a){return"ページ当たり最大"+a+"件"},formatShowingRows:function(a,b,c){return"全"+c+"件から、"+a+"から"+b+"件目まで表示しています"},formatSearch:function(){return"検索"},formatNoMatches:function(){return"該当するレコードが見つかりません"},formatPaginationSwitch:function(){return"ページ数を表示・非表示"},formatRefresh:function(){return"更新"},formatToggle:function(){return"トグル"},formatColumns:function(){return"列"},formatAllRows:function(){return"すべて"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ja-JP"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-ar-SA.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["ar-SA"]={formatLoadingMessage:function(){return"جاري التحميل, يرجى الإنتظار..."},formatRecordsPerPage:function(a){return a+" سجل لكل صفحة"},formatShowingRows:function(a,b,c){return"الظاهر "+a+" إلى "+b+" من "+c+" سجل"},formatSearch:function(){return"بحث"},formatNoMatches:function(){return"لا توجد نتائج مطابقة للبحث"},formatPaginationSwitch:function(){return"إخفاءإظهار ترقيم الصفحات"},formatRefresh:function(){return"تحديث"},formatToggle:function(){return"تغيير"},formatColumns:function(){return"أعمدة"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ar-SA"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-es-SP.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["es-SP"]={formatLoadingMessage:function(){return"Cargando, por favor espera..."},formatRecordsPerPage:function(a){return a+" registros por página."},formatShowingRows:function(a,b,c){return a+" - "+b+" de "+c+" registros."},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se han encontrado registros."},formatRefresh:function(){return"Actualizar"},formatToggle:function(){return"Alternar"},formatColumns:function(){return"Columnas"},formatAllRows:function(){return"Todo"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["es-SP"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-ru-RU.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["ru-RU"]={formatLoadingMessage:function(){return"Пожалуйста, подождите, идёт загрузка..."},formatRecordsPerPage:function(a){return a+" записей на страницу"},formatShowingRows:function(a,b,c){return"Записи с "+a+" по "+b+" из "+c},formatSearch:function(){return"Поиск"},formatNoMatches:function(){return"Ничего не найдено"},formatRefresh:function(){return"Обновить"},formatToggle:function(){return"Переключить"},formatColumns:function(){return"Колонки"},formatClearFilters:function(){return"Очистить фильтры"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ru-RU"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-tr-TR.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["tr-TR"]={formatLoadingMessage:function(){return"Yükleniyor, lütfen bekleyin..."},formatRecordsPerPage:function(a){return"Sayfa başına "+a+" kayıt."},formatShowingRows:function(a,b,c){return c+" kayıttan "+a+"-"+b+" arası gösteriliyor."},formatSearch:function(){return"Ara"},formatNoMatches:function(){return"Eşleşen kayıt bulunamadı."},formatRefresh:function(){return"Yenile"},formatToggle:function(){return"Değiştir"},formatColumns:function(){return"Sütunlar"},formatAllRows:function(){return"Tüm Satırlar"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["tr-TR"])}(jQuery);
--------------------------------------------------------------------------------
/src/extensions/sticky-header/extension.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Sticky Header",
3 | "version": "1.0.0",
4 | "description": "An extension which provides a sticky header for table columns when scrolling on a long page and / or table. Works for tables with many columns and narrow width with horizontal scrollbars too.",
5 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/sticky-header",
6 | "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/sticky-header.html",
7 |
8 | "plugins": [{
9 | "name": "bootstrap-table-sticky-header",
10 | "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/sticky-header"
11 | }],
12 |
13 | "author": {
14 | "name": "vinzloh",
15 | "image": "https://avatars0.githubusercontent.com/u/5501845"
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-ar-SA.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["ar-SA"]={formatLoadingMessage:function(){return"جاري التحميل, يرجى الإنتظار..."},formatRecordsPerPage:function(a){return a+" سجل لكل صفحة"},formatShowingRows:function(a,b,c){return"الظاهر "+a+" إلى "+b+" من "+c+" سجل"},formatSearch:function(){return"بحث"},formatNoMatches:function(){return"لا توجد نتائج مطابقة للبحث"},formatPaginationSwitch:function(){return"إخفاءإظهار ترقيم الصفحات"},formatRefresh:function(){return"تحديث"},formatToggle:function(){return"تغيير"},formatColumns:function(){return"أعمدة"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ar-SA"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-es-SP.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["es-SP"]={formatLoadingMessage:function(){return"Cargando, por favor espera..."},formatRecordsPerPage:function(a){return a+" registros por página."},formatShowingRows:function(a,b,c){return a+" - "+b+" de "+c+" registros."},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se han encontrado registros."},formatRefresh:function(){return"Actualizar"},formatToggle:function(){return"Alternar"},formatColumns:function(){return"Columnas"},formatAllRows:function(){return"Todo"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["es-SP"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-ru-RU.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["ru-RU"]={formatLoadingMessage:function(){return"Пожалуйста, подождите, идёт загрузка..."},formatRecordsPerPage:function(a){return a+" записей на страницу"},formatShowingRows:function(a,b,c){return"Записи с "+a+" по "+b+" из "+c},formatSearch:function(){return"Поиск"},formatNoMatches:function(){return"Ничего не найдено"},formatRefresh:function(){return"Обновить"},formatToggle:function(){return"Переключить"},formatColumns:function(){return"Колонки"},formatClearFilters:function(){return"Очистить фильтры"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ru-RU"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-tr-TR.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["tr-TR"]={formatLoadingMessage:function(){return"Yükleniyor, lütfen bekleyin..."},formatRecordsPerPage:function(a){return"Sayfa başına "+a+" kayıt."},formatShowingRows:function(a,b,c){return c+" kayıttan "+a+"-"+b+" arası gösteriliyor."},formatSearch:function(){return"Ara"},formatNoMatches:function(){return"Eşleşen kayıt bulunamadı."},formatRefresh:function(){return"Yenile"},formatToggle:function(){return"Değiştir"},formatColumns:function(){return"Sütunlar"},formatAllRows:function(){return"Tüm Satırlar"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["tr-TR"])}(jQuery);
--------------------------------------------------------------------------------
/_config.yml:
--------------------------------------------------------------------------------
1 | # Dependencies
2 | markdown: redcarpet
3 | redcarpet:
4 | extensions:
5 | - fenced_code_blocks
6 | - tables
7 | - autolink
8 | highlighter: rouge
9 |
10 | # Permalinks
11 | permalink: pretty
12 |
13 | # Server
14 | source: docs
15 | destination: _gh_pages
16 | host: 0.0.0.0
17 | port: 4000
18 | url: http://bootstrap-table.wenzhixin.net.cn
19 | encoding: UTF-8
20 |
21 | # Languages
22 | languages: ["en", "zh-cn", "es"]
23 | languages_string: ["English", "简体中文", "Español"]
24 |
25 | # Custom vars
26 | current_version: 1.11.0
27 | repo: https://github.com/wenzhixin/bootstrap-table
28 | website: http://wenzhixin.net.cn
29 | repos: http://repos.wenzhixin.net.cn
30 | email: wenzhixin2010@gmail.com
31 | master_zip: https://github.com/wenzhixin/bootstrap-table/archive/master.zip
32 |
--------------------------------------------------------------------------------
/dist/extensions/flat-json/bootstrap-table-flat-json.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";var b=function(b,c){function d(b,f){if(Object(b)!==b)e[f]=b;else if(a.isArray(b))for(var g=0,h=b.length;h>g;g++)d(b[g],f?f+c.options.flatSeparator+g:""+g),0==h&&(e[f]=[]);else{var i=!0;for(var j in b)i=!1,d(b[j],f?f+c.options.flatSeparator+j:j);i&&(e[f]={})}}var e={};return d(b,""),e},c=function(c,d){var e=[];return a.each(a.isArray(c)?c:[c],function(a,c){e.push(b(c,d))}),e};a.extend(a.fn.bootstrapTable.defaults,{flat:!1,flatSeparator:"."});var d=a.fn.bootstrapTable.Constructor,e=d.prototype.initData;d.prototype.initData=function(a,b){this.options.flat&&(a=c(a?a:this.options.data,this)),e.apply(this,[a,b])}}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-af-ZA.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["af-ZA"]={formatLoadingMessage:function(){return"Besig om te laai, wag asseblief ..."},formatRecordsPerPage:function(a){return a+" rekords per bladsy"},formatShowingRows:function(a,b,c){return"Resultate "+a+" tot "+b+" van "+c+" rye"},formatSearch:function(){return"Soek"},formatNoMatches:function(){return"Geen rekords gevind nie"},formatPaginationSwitch:function(){return"Wys/verberg bladsy nummering"},formatRefresh:function(){return"Herlaai"},formatToggle:function(){return"Wissel"},formatColumns:function(){return"Kolomme"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["af-ZA"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-es-CR.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["es-CR"]={formatLoadingMessage:function(){return"Cargando, por favor espere..."},formatRecordsPerPage:function(a){return a+" registros por página"},formatShowingRows:function(a,b,c){return"Mostrando de "+a+" a "+b+" registros de "+c+" registros en total"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatRefresh:function(){return"Refrescar"},formatToggle:function(){return"Alternar"},formatColumns:function(){return"Columnas"},formatAllRows:function(){return"Todo"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["es-CR"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-es-NI.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["es-NI"]={formatLoadingMessage:function(){return"Cargando, por favor espere..."},formatRecordsPerPage:function(a){return a+" registros por página"},formatShowingRows:function(a,b,c){return"Mostrando de "+a+" a "+b+" registros de "+c+" registros en total"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatRefresh:function(){return"Refrescar"},formatToggle:function(){return"Alternar"},formatColumns:function(){return"Columnas"},formatAllRows:function(){return"Todo"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["es-NI"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-he-IL.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["he-IL"]={formatLoadingMessage:function(){return"טוען, נא להמתין..."},formatRecordsPerPage:function(a){return a+" שורות בעמוד"},formatShowingRows:function(a,b,c){return"מציג "+a+" עד "+b+" מ-"+c+" שורות"},formatSearch:function(){return"חיפוש"},formatNoMatches:function(){return"לא נמצאו רשומות תואמות"},formatPaginationSwitch:function(){return"הסתר/הצג מספור דפים"},formatRefresh:function(){return"רענן"},formatToggle:function(){return"החלף תצוגה"},formatColumns:function(){return"עמודות"},formatAllRows:function(){return"הכל"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["he-IL"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-pt-BR.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["pt-BR"]={formatLoadingMessage:function(){return"Carregando, aguarde..."},formatRecordsPerPage:function(a){return a+" registros por página"},formatShowingRows:function(a,b,c){return"Exibindo "+a+" até "+b+" de "+c+" linhas"},formatSearch:function(){return"Pesquisar"},formatRefresh:function(){return"Recarregar"},formatToggle:function(){return"Alternar"},formatColumns:function(){return"Colunas"},formatPaginationSwitch:function(){return"Ocultar/Exibir paginação"},formatNoMatches:function(){return"Nenhum registro encontrado"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["pt-BR"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-zh-CN.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["zh-CN"]={formatLoadingMessage:function(){return"正在努力地加载数据中,请稍候……"},formatRecordsPerPage:function(a){return"每页显示 "+a+" 条记录"},formatShowingRows:function(a,b,c){return"显示第 "+a+" 到第 "+b+" 条记录,总共 "+c+" 条记录"},formatSearch:function(){return"搜索"},formatNoMatches:function(){return"没有找到匹配的记录"},formatPaginationSwitch:function(){return"隐藏/显示分页"},formatRefresh:function(){return"刷新"},formatToggle:function(){return"切换"},formatColumns:function(){return"列"},formatExport:function(){return"导出数据"},formatClearFilters:function(){return"清空过滤"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["zh-CN"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/extensions/flat-json/bootstrap-table-flat-json.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";var b=function(b,c){function d(b,f){if(Object(b)!==b)e[f]=b;else if(a.isArray(b))for(var g=0,h=b.length;h>g;g++)d(b[g],f?f+c.options.flatSeparator+g:""+g),0==h&&(e[f]=[]);else{var i=!0;for(var j in b)i=!1,d(b[j],f?f+c.options.flatSeparator+j:j);i&&(e[f]={})}}var e={};return d(b,""),e},c=function(c,d){var e=[];return a.each(a.isArray(c)?c:[c],function(a,c){e.push(b(c,d))}),e};a.extend(a.fn.bootstrapTable.defaults,{flat:!1,flatSeparator:"."});var d=a.fn.bootstrapTable.Constructor,e=d.prototype.initData;d.prototype.initData=function(a,b){this.options.flat&&(a=c(a?a:this.options.data,this)),e.apply(this,[a,b])}}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-af-ZA.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["af-ZA"]={formatLoadingMessage:function(){return"Besig om te laai, wag asseblief ..."},formatRecordsPerPage:function(a){return a+" rekords per bladsy"},formatShowingRows:function(a,b,c){return"Resultate "+a+" tot "+b+" van "+c+" rye"},formatSearch:function(){return"Soek"},formatNoMatches:function(){return"Geen rekords gevind nie"},formatPaginationSwitch:function(){return"Wys/verberg bladsy nummering"},formatRefresh:function(){return"Herlaai"},formatToggle:function(){return"Wissel"},formatColumns:function(){return"Kolomme"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["af-ZA"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-es-CR.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["es-CR"]={formatLoadingMessage:function(){return"Cargando, por favor espere..."},formatRecordsPerPage:function(a){return a+" registros por página"},formatShowingRows:function(a,b,c){return"Mostrando de "+a+" a "+b+" registros de "+c+" registros en total"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatRefresh:function(){return"Refrescar"},formatToggle:function(){return"Alternar"},formatColumns:function(){return"Columnas"},formatAllRows:function(){return"Todo"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["es-CR"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-es-NI.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["es-NI"]={formatLoadingMessage:function(){return"Cargando, por favor espere..."},formatRecordsPerPage:function(a){return a+" registros por página"},formatShowingRows:function(a,b,c){return"Mostrando de "+a+" a "+b+" registros de "+c+" registros en total"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatRefresh:function(){return"Refrescar"},formatToggle:function(){return"Alternar"},formatColumns:function(){return"Columnas"},formatAllRows:function(){return"Todo"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["es-NI"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-he-IL.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["he-IL"]={formatLoadingMessage:function(){return"טוען, נא להמתין..."},formatRecordsPerPage:function(a){return a+" שורות בעמוד"},formatShowingRows:function(a,b,c){return"מציג "+a+" עד "+b+" מ-"+c+" שורות"},formatSearch:function(){return"חיפוש"},formatNoMatches:function(){return"לא נמצאו רשומות תואמות"},formatPaginationSwitch:function(){return"הסתר/הצג מספור דפים"},formatRefresh:function(){return"רענן"},formatToggle:function(){return"החלף תצוגה"},formatColumns:function(){return"עמודות"},formatAllRows:function(){return"הכל"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["he-IL"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-pt-BR.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["pt-BR"]={formatLoadingMessage:function(){return"Carregando, aguarde..."},formatRecordsPerPage:function(a){return a+" registros por página"},formatShowingRows:function(a,b,c){return"Exibindo "+a+" até "+b+" de "+c+" linhas"},formatSearch:function(){return"Pesquisar"},formatRefresh:function(){return"Recarregar"},formatToggle:function(){return"Alternar"},formatColumns:function(){return"Colunas"},formatPaginationSwitch:function(){return"Ocultar/Exibir paginação"},formatNoMatches:function(){return"Nenhum registro encontrado"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["pt-BR"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-zh-CN.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["zh-CN"]={formatLoadingMessage:function(){return"正在努力地加载数据中,请稍候……"},formatRecordsPerPage:function(a){return"每页显示 "+a+" 条记录"},formatShowingRows:function(a,b,c){return"显示第 "+a+" 到第 "+b+" 条记录,总共 "+c+" 条记录"},formatSearch:function(){return"搜索"},formatNoMatches:function(){return"没有找到匹配的记录"},formatPaginationSwitch:function(){return"隐藏/显示分页"},formatRefresh:function(){return"刷新"},formatToggle:function(){return"切换"},formatColumns:function(){return"列"},formatExport:function(){return"导出数据"},formatClearFilters:function(){return"清空过滤"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["zh-CN"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-fr-FR.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["fr-FR"]={formatLoadingMessage:function(){return"Chargement en cours, patientez, s´il vous plaît ..."},formatRecordsPerPage:function(a){return a+" lignes par page"},formatShowingRows:function(a,b,c){return"Affichage des lignes "+a+" à "+b+" sur "+c+" lignes au total"},formatSearch:function(){return"Rechercher"},formatNoMatches:function(){return"Aucun résultat trouvé"},formatRefresh:function(){return"Rafraîchir"},formatToggle:function(){return"Alterner"},formatColumns:function(){return"Colonnes"},formatAllRows:function(){return"Tous"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["fr-FR"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-fr-FR.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["fr-FR"]={formatLoadingMessage:function(){return"Chargement en cours, patientez, s´il vous plaît ..."},formatRecordsPerPage:function(a){return a+" lignes par page"},formatShowingRows:function(a,b,c){return"Affichage des lignes "+a+" à "+b+" sur "+c+" lignes au total"},formatSearch:function(){return"Rechercher"},formatNoMatches:function(){return"Aucun résultat trouvé"},formatRefresh:function(){return"Rafraîchir"},formatToggle:function(){return"Alterner"},formatColumns:function(){return"Colonnes"},formatAllRows:function(){return"Tous"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["fr-FR"])}(jQuery);
--------------------------------------------------------------------------------
/src/extensions/i18n-enhance/README.md:
--------------------------------------------------------------------------------
1 | # Table i18n Enhance
2 |
3 | Use Plugin: [bootstrap-table-i18n-enhance](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/select2-filter)
4 |
5 | ## Usage
6 |
7 | ```html
8 |
9 | ```
10 |
11 | ## Methods
12 |
13 | ### changeLocale
14 |
15 | * Change table locale.
16 | * Parameters
17 | * String : localeId
18 | * Example: $table.bootstrapTable("changeLocale", "zh_TW");
19 |
20 | ### changeTitle
21 |
22 | * Change column's title.
23 | * Parameters
24 | * Object : object's key is column field , value is new title.
25 | * Example: $table.bootstrapTable("changeTitle", {
26 | columnA.field: "New column A title.",
27 | columnB.field: "New column B title."
28 | });
--------------------------------------------------------------------------------
/src/extensions/sticky-header/README.md:
--------------------------------------------------------------------------------
1 | # Table sticky-header
2 |
3 | This is an extension for [Bootstrap table](http://github.com/wenzhixin/bootstrap-table) module which provides a sticky header for the table when scrolling.
4 | You must include the bootstrap-table-sticky-header.css file in order to get the appropriate style
5 |
6 | ## Usage
7 |
8 | ```html
9 |
10 | ```
11 |
12 | ## Options
13 |
14 | ### stickyHeader
15 |
16 | * type: Boolean
17 | * description: Set true to use sticky header.
18 | * default: `false`
19 |
20 | ### stickyHeaderOffsetY
21 |
22 | * type: String
23 | * description: Set the Y offset from the top of the window to pin the sticky header. If there is a fixed navigation bar with a height of 60px, this value would be `60px`.
24 | * default: `undefined`
25 |
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-fa-IR.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["fa-IR"]={formatLoadingMessage:function(){return"در حال بارگذاری, لطفا صبر کنید..."},formatRecordsPerPage:function(a){return a+" رکورد در صفحه"},formatShowingRows:function(a,b,c){return"نمایش "+a+" تا "+b+" از "+c+" ردیف"},formatSearch:function(){return"جستجو"},formatNoMatches:function(){return"رکوردی یافت نشد."},formatPaginationSwitch:function(){return"نمایش/مخفی صفحه بندی"},formatRefresh:function(){return"به روز رسانی"},formatToggle:function(){return"تغییر نمایش"},formatColumns:function(){return"سطر ها"},formatAllRows:function(){return"همه"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["fa-IR"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-fa-IR.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["fa-IR"]={formatLoadingMessage:function(){return"در حال بارگذاری, لطفا صبر کنید..."},formatRecordsPerPage:function(a){return a+" رکورد در صفحه"},formatShowingRows:function(a,b,c){return"نمایش "+a+" تا "+b+" از "+c+" ردیف"},formatSearch:function(){return"جستجو"},formatNoMatches:function(){return"رکوردی یافت نشد."},formatPaginationSwitch:function(){return"نمایش/مخفی صفحه بندی"},formatRefresh:function(){return"به روز رسانی"},formatToggle:function(){return"تغییر نمایش"},formatColumns:function(){return"سطر ها"},formatAllRows:function(){return"همه"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["fa-IR"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-ka-GE.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["ka-GE"]={formatLoadingMessage:function(){return"იტვირთება, გთხოვთ მოიცადოთ..."},formatRecordsPerPage:function(a){return a+" ჩანაწერი თითო გვერდზე"},formatShowingRows:function(a,b,c){return"ნაჩვენებია "+a+"-დან "+b+"-მდე ჩანაწერი ჯამური "+c+"-დან"},formatSearch:function(){return"ძებნა"},formatNoMatches:function(){return"მონაცემები არ არის"},formatPaginationSwitch:function(){return"გვერდების გადამრთველის დამალვა/გამოჩენა"},formatRefresh:function(){return"განახლება"},formatToggle:function(){return"ჩართვა/გამორთვა"},formatColumns:function(){return"სვეტები"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ka-GE"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-hu-HU.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["hu-HU"]={formatLoadingMessage:function(){return"Betöltés, kérem várjon..."},formatRecordsPerPage:function(a){return a+" rekord per oldal"},formatShowingRows:function(a,b,c){return"Megjelenítve "+a+" - "+b+" / "+c+" összesen"},formatSearch:function(){return"Keresés"},formatNoMatches:function(){return"Nincs találat"},formatPaginationSwitch:function(){return"Lapozó elrejtése/megjelenítése"},formatRefresh:function(){return"Frissítés"},formatToggle:function(){return"Összecsuk/Kinyit"},formatColumns:function(){return"Oszlopok"},formatAllRows:function(){return"Összes"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["hu-HU"])}(jQuery);
--------------------------------------------------------------------------------
/docs/README.md:
--------------------------------------------------------------------------------
1 | # Documentation
2 |
3 | Bootstrap table's documentation, included in this repo in the root directory, is built with [Jekyll](http://jekyllrb.com/) and publicly hosted on http://bootstrap-table.wenzhixin.net.cn. The docs may also be run locally.
4 |
5 | ## Running documentation locally
6 |
7 | 1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.5.x).
8 | - **Windows users:** Read [this unofficial](http://jekyll-windows.juthilo.com/) guide to get Jekyll up and running without problems.
9 |
10 | 2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`.
11 | 3. From the root / directory, run `jekyll serve` in the command line.
12 | 4. Open http://localhost:4000 in your browser, and voilà.
13 |
14 | Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).
15 |
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-ka-GE.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["ka-GE"]={formatLoadingMessage:function(){return"იტვირთება, გთხოვთ მოიცადოთ..."},formatRecordsPerPage:function(a){return a+" ჩანაწერი თითო გვერდზე"},formatShowingRows:function(a,b,c){return"ნაჩვენებია "+a+"-დან "+b+"-მდე ჩანაწერი ჯამური "+c+"-დან"},formatSearch:function(){return"ძებნა"},formatNoMatches:function(){return"მონაცემები არ არის"},formatPaginationSwitch:function(){return"გვერდების გადამრთველის დამალვა/გამოჩენა"},formatRefresh:function(){return"განახლება"},formatToggle:function(){return"ჩართვა/გამორთვა"},formatColumns:function(){return"სვეტები"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ka-GE"])}(jQuery);
--------------------------------------------------------------------------------
/docs/sitemap.xml:
--------------------------------------------------------------------------------
1 | ---
2 | ---
3 |
4 |
5 |
6 |
7 |
8 | {{ site.url }}/
9 | {{ site.time | date_to_xmlschema }}
10 | daily
11 | 1.0
12 |
13 | {% for page in site.html_pages %}
14 | {% if page.layout != "home" %}
15 |
16 | {{ site.url }}{{ page.url }}
17 | {{ site.time | date_to_xmlschema }}
18 | weekly
19 | 0.7
20 |
21 | {% endif %}
22 | {% endfor %}
23 |
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-hu-HU.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["hu-HU"]={formatLoadingMessage:function(){return"Betöltés, kérem várjon..."},formatRecordsPerPage:function(a){return a+" rekord per oldal"},formatShowingRows:function(a,b,c){return"Megjelenítve "+a+" - "+b+" / "+c+" összesen"},formatSearch:function(){return"Keresés"},formatNoMatches:function(){return"Nincs találat"},formatPaginationSwitch:function(){return"Lapozó elrejtése/megjelenítése"},formatRefresh:function(){return"Frissítés"},formatToggle:function(){return"Összecsuk/Kinyit"},formatColumns:function(){return"Oszlopok"},formatAllRows:function(){return"Összes"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["hu-HU"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-ca-ES.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["ca-ES"]={formatLoadingMessage:function(){return"Espereu, si us plau..."},formatRecordsPerPage:function(a){return a+" resultats per pàgina"},formatShowingRows:function(a,b,c){return"Mostrant de "+a+" fins "+b+" - total "+c+" resultats"},formatSearch:function(){return"Cerca"},formatNoMatches:function(){return"No s'han trobat resultats"},formatPaginationSwitch:function(){return"Amaga/Mostra paginació"},formatRefresh:function(){return"Refresca"},formatToggle:function(){return"Alterna formatació"},formatColumns:function(){return"Columnes"},formatAllRows:function(){return"Tots"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ca-ES"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-cs-CZ.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["cs-CZ"]={formatLoadingMessage:function(){return"Čekejte, prosím..."},formatRecordsPerPage:function(a){return a+" položek na stránku"},formatShowingRows:function(a,b,c){return"Zobrazena "+a+". - "+b+". položka z celkových "+c},formatSearch:function(){return"Vyhledávání"},formatNoMatches:function(){return"Nenalezena žádná vyhovující položka"},formatPaginationSwitch:function(){return"Skrýt/Zobrazit stránkování"},formatRefresh:function(){return"Aktualizovat"},formatToggle:function(){return"Přepni"},formatColumns:function(){return"Sloupce"},formatAllRows:function(){return"Vše"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["cs-CZ"])}(jQuery);
--------------------------------------------------------------------------------
/docs/_includes/footer.html:
--------------------------------------------------------------------------------
1 |
3 | {% tf footer.html %}
4 |
5 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-hr-HR.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["hr-HR"]={formatLoadingMessage:function(){return"Molimo pričekajte ..."},formatRecordsPerPage:function(a){return a+" broj zapisa po stranici"},formatShowingRows:function(a,b,c){return"Prikazujem "+a+". - "+b+". od ukupnog broja zapisa "+c},formatSearch:function(){return"Pretraži"},formatNoMatches:function(){return"Nije pronađen niti jedan zapis"},formatPaginationSwitch:function(){return"Prikaži/sakrij stranice"},formatRefresh:function(){return"Osvježi"},formatToggle:function(){return"Promijeni prikaz"},formatColumns:function(){return"Kolone"},formatAllRows:function(){return"Sve"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["hr-HR"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-ro-RO.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["ro-RO"]={formatLoadingMessage:function(){return"Se incarca, va rugam asteptati..."},formatRecordsPerPage:function(a){return a+" inregistrari pe pagina"},formatShowingRows:function(a,b,c){return"Arata de la "+a+" pana la "+b+" din "+c+" randuri"},formatSearch:function(){return"Cauta"},formatNoMatches:function(){return"Nu au fost gasite inregistrari"},formatPaginationSwitch:function(){return"Ascunde/Arata paginatia"},formatRefresh:function(){return"Reincarca"},formatToggle:function(){return"Comuta"},formatColumns:function(){return"Coloane"},formatAllRows:function(){return"Toate"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ro-RO"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-ca-ES.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["ca-ES"]={formatLoadingMessage:function(){return"Espereu, si us plau..."},formatRecordsPerPage:function(a){return a+" resultats per pàgina"},formatShowingRows:function(a,b,c){return"Mostrant de "+a+" fins "+b+" - total "+c+" resultats"},formatSearch:function(){return"Cerca"},formatNoMatches:function(){return"No s'han trobat resultats"},formatPaginationSwitch:function(){return"Amaga/Mostra paginació"},formatRefresh:function(){return"Refresca"},formatToggle:function(){return"Alterna formatació"},formatColumns:function(){return"Columnes"},formatAllRows:function(){return"Tots"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ca-ES"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-cs-CZ.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["cs-CZ"]={formatLoadingMessage:function(){return"Čekejte, prosím..."},formatRecordsPerPage:function(a){return a+" položek na stránku"},formatShowingRows:function(a,b,c){return"Zobrazena "+a+". - "+b+". položka z celkových "+c},formatSearch:function(){return"Vyhledávání"},formatNoMatches:function(){return"Nenalezena žádná vyhovující položka"},formatPaginationSwitch:function(){return"Skrýt/Zobrazit stránkování"},formatRefresh:function(){return"Aktualizovat"},formatToggle:function(){return"Přepni"},formatColumns:function(){return"Sloupce"},formatAllRows:function(){return"Vše"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["cs-CZ"])}(jQuery);
--------------------------------------------------------------------------------
/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.css:
--------------------------------------------------------------------------------
1 | .reorder_rows_onDragClass td {
2 | background-color: #eee;
3 | -webkit-box-shadow: 11px 5px 12px 2px #333, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
4 | -webkit-box-shadow: 6px 3px 5px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
5 | -moz-box-shadow: 6px 4px 5px 1px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
6 | -box-shadow: 6px 4px 5px 1px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
7 | }
8 |
9 | .reorder_rows_onDragClass td:last-child {
10 | -webkit-box-shadow: 8px 7px 12px 0 #333, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
11 | -webkit-box-shadow: 1px 8px 6px -4px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
12 | -moz-box-shadow: 0 9px 4px -4px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset, -1px 0 0 #ccc inset;
13 | -box-shadow: 0 9px 4px -4px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset, -1px 0 0 #ccc inset;
14 | }
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-es-ES.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["es-ES"]={formatLoadingMessage:function(){return"Por favor espere..."},formatRecordsPerPage:function(a){return a+" resultados por página"},formatShowingRows:function(a,b,c){return"Mostrando desde "+a+" hasta "+b+" - En total "+c+" resultados"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron resultados"},formatPaginationSwitch:function(){return"Ocultar/Mostrar paginación"},formatRefresh:function(){return"Refrescar"},formatToggle:function(){return"Ocultar/Mostrar"},formatColumns:function(){return"Columnas"},formatAllRows:function(){return"Todos"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["es-ES"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-hr-HR.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["hr-HR"]={formatLoadingMessage:function(){return"Molimo pričekajte ..."},formatRecordsPerPage:function(a){return a+" broj zapisa po stranici"},formatShowingRows:function(a,b,c){return"Prikazujem "+a+". - "+b+". od ukupnog broja zapisa "+c},formatSearch:function(){return"Pretraži"},formatNoMatches:function(){return"Nije pronađen niti jedan zapis"},formatPaginationSwitch:function(){return"Prikaži/sakrij stranice"},formatRefresh:function(){return"Osvježi"},formatToggle:function(){return"Promijeni prikaz"},formatColumns:function(){return"Kolone"},formatAllRows:function(){return"Sve"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["hr-HR"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-ro-RO.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["ro-RO"]={formatLoadingMessage:function(){return"Se incarca, va rugam asteptati..."},formatRecordsPerPage:function(a){return a+" inregistrari pe pagina"},formatShowingRows:function(a,b,c){return"Arata de la "+a+" pana la "+b+" din "+c+" randuri"},formatSearch:function(){return"Cauta"},formatNoMatches:function(){return"Nu au fost gasite inregistrari"},formatPaginationSwitch:function(){return"Ascunde/Arata paginatia"},formatRefresh:function(){return"Reincarca"},formatToggle:function(){return"Comuta"},formatColumns:function(){return"Coloane"},formatAllRows:function(){return"Toate"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ro-RO"])}(jQuery);
--------------------------------------------------------------------------------
/src/extensions/reorder-rows/bootstrap-table-reorder-rows.css:
--------------------------------------------------------------------------------
1 | .reorder_rows_onDragClass td {
2 | background-color: #eee;
3 | -webkit-box-shadow: 11px 5px 12px 2px #333, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
4 | -webkit-box-shadow: 6px 3px 5px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
5 | -moz-box-shadow: 6px 4px 5px 1px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
6 | -box-shadow: 6px 4px 5px 1px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
7 | }
8 |
9 | .reorder_rows_onDragClass td:last-child {
10 | -webkit-box-shadow: 8px 7px 12px 0 #333, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
11 | -webkit-box-shadow: 1px 8px 6px -4px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
12 | -moz-box-shadow: 0 9px 4px -4px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset, -1px 0 0 #ccc inset;
13 | -box-shadow: 0 9px 4px -4px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset, -1px 0 0 #ccc inset;
14 | }
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-et-EE.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["et-EE"]={formatLoadingMessage:function(){return"Päring käib, palun oota..."},formatRecordsPerPage:function(a){return a+" rida lehe kohta"},formatShowingRows:function(a,b,c){return"Näitan tulemusi "+a+" kuni "+b+" - kokku "+c+" tulemust"},formatSearch:function(){return"Otsi"},formatNoMatches:function(){return"Päringu tingimustele ei vastanud ühtegi tulemust"},formatPaginationSwitch:function(){return"Näita/Peida lehtedeks jagamine"},formatRefresh:function(){return"Värskenda"},formatToggle:function(){return"Lülita"},formatColumns:function(){return"Veerud"},formatAllRows:function(){return"Kõik"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["et-EE"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.css:
--------------------------------------------------------------------------------
1 | .reorder_rows_onDragClass td {
2 | background-color: #eee;
3 | -webkit-box-shadow: 11px 5px 12px 2px #333, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
4 | -webkit-box-shadow: 6px 3px 5px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
5 | -moz-box-shadow: 6px 4px 5px 1px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
6 | -box-shadow: 6px 4px 5px 1px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
7 | }
8 |
9 | .reorder_rows_onDragClass td:last-child {
10 | -webkit-box-shadow: 8px 7px 12px 0 #333, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
11 | -webkit-box-shadow: 1px 8px 6px -4px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
12 | -moz-box-shadow: 0 9px 4px -4px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset, -1px 0 0 #ccc inset;
13 | -box-shadow: 0 9px 4px -4px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset, -1px 0 0 #ccc inset;
14 | }
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-es-ES.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["es-ES"]={formatLoadingMessage:function(){return"Por favor espere..."},formatRecordsPerPage:function(a){return a+" resultados por página"},formatShowingRows:function(a,b,c){return"Mostrando desde "+a+" hasta "+b+" - En total "+c+" resultados"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron resultados"},formatPaginationSwitch:function(){return"Ocultar/Mostrar paginación"},formatRefresh:function(){return"Refrescar"},formatToggle:function(){return"Ocultar/Mostrar"},formatColumns:function(){return"Columnas"},formatAllRows:function(){return"Todos"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["es-ES"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-pt-PT.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["pt-PT"]={formatLoadingMessage:function(){return"A carregar, por favor aguarde..."},formatRecordsPerPage:function(a){return a+" registos por página"},formatShowingRows:function(a,b,c){return"A mostrar "+a+" até "+b+" de "+c+" linhas"},formatSearch:function(){return"Pesquisa"},formatNoMatches:function(){return"Nenhum registo encontrado"},formatPaginationSwitch:function(){return"Esconder/Mostrar paginação"},formatRefresh:function(){return"Atualizar"},formatToggle:function(){return"Alternar"},formatColumns:function(){return"Colunas"},formatAllRows:function(){return"Tudo"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["pt-PT"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-et-EE.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["et-EE"]={formatLoadingMessage:function(){return"Päring käib, palun oota..."},formatRecordsPerPage:function(a){return a+" rida lehe kohta"},formatShowingRows:function(a,b,c){return"Näitan tulemusi "+a+" kuni "+b+" - kokku "+c+" tulemust"},formatSearch:function(){return"Otsi"},formatNoMatches:function(){return"Päringu tingimustele ei vastanud ühtegi tulemust"},formatPaginationSwitch:function(){return"Näita/Peida lehtedeks jagamine"},formatRefresh:function(){return"Värskenda"},formatToggle:function(){return"Lülita"},formatColumns:function(){return"Veerud"},formatAllRows:function(){return"Kõik"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["et-EE"])}(jQuery);
--------------------------------------------------------------------------------
/src/extensions/key-events/README.md:
--------------------------------------------------------------------------------
1 | # Table Key Events
2 |
3 | Use Plugin: [bootstrap-table-key-events](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/key-events)
4 |
5 | ## Usage
6 |
7 | ```html
8 |
9 | ```
10 |
11 | ## Options
12 |
13 | ### keyEvents
14 |
15 | * type: Boolean
16 | * description:
17 | True to enable the key events. The key event list is:
18 | * s: It will be focused the search textbox if it is enabled.
19 | * r: It will refresh the table if the showRefresh option is enabled.
20 | * t: It will toggle the table view if the showToggle option is enabled.
21 | * p: It will fires the pagination switch if the showPaginationSwitch is enabled.
22 | * left: It will go to prev page if the pagination is true.
23 | * right: It will go to next page if the pagination is true.
24 | * default: `false`
25 |
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-pt-PT.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["pt-PT"]={formatLoadingMessage:function(){return"A carregar, por favor aguarde..."},formatRecordsPerPage:function(a){return a+" registos por página"},formatShowingRows:function(a,b,c){return"A mostrar "+a+" até "+b+" de "+c+" linhas"},formatSearch:function(){return"Pesquisa"},formatNoMatches:function(){return"Nenhum registo encontrado"},formatPaginationSwitch:function(){return"Esconder/Mostrar paginação"},formatRefresh:function(){return"Atualizar"},formatToggle:function(){return"Alternar"},formatColumns:function(){return"Colunas"},formatAllRows:function(){return"Tudo"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["pt-PT"])}(jQuery);
--------------------------------------------------------------------------------
/docs/_i18n/zh-cn.yml:
--------------------------------------------------------------------------------
1 | pages:
2 | home:
3 | title: "Bootstrap Table"
4 | lead: "基于 Bootstrap 的 jQuery 表格插件,通过简单的设置,就可以拥有强大的单选、多选、排序、分页,以及编辑、导出、过滤(扩展)等等的功能。"
5 | sub_title: "专为 Twitter Bootstrap 设计"
6 | sub_lead: "Bootstrap table 通过简单的设置,就可以拥有强大的功能,大大提高工作效率,减少开发时间。"
7 | download: "下载"
8 | current_version: "当前版本:"
9 | getting_started:
10 | title: "开始使用"
11 | lead: "Bootstrap Table的简单介绍,例如如何下载和使用,基本的模板等等。"
12 | examples:
13 | title: "例子"
14 | lead: "使用Bootstrap Table的例子。"
15 | documentation:
16 | title: "文档"
17 | lead: "文档包含了表格属性、列属性、事件、方法等等。"
18 | extensions:
19 | title: "扩展"
20 | lead: "Bootstrap Table 的扩展"
21 | faq:
22 | title: "常见问题"
23 | lead: "常见问题。"
24 | donate:
25 | title: "捐助"
26 | lead: "假如你喜欢 Bootstrap Table,假如你的项目使用到 Bootstrap Table,假如你想让 Bootstrap Table 更好……"
27 | common:
28 | social_tip: "假如您喜欢 Bootstrap Table:"
29 | help: "问题/帮助:"
30 | qq_group: "QQ群:"
--------------------------------------------------------------------------------
/dist/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @author: Jewway
3 | * @version: v1.0.0
4 | */
5 |
6 | !function ($) {
7 | 'use strict';
8 |
9 | var BootstrapTable = $.fn.bootstrapTable.Constructor;
10 |
11 | BootstrapTable.prototype.changeTitle = function (locale) {
12 | $.each(this.options.columns, function (idx, columnList) {
13 | $.each(columnList, function (idx, column) {
14 | if (column.field) {
15 | column.title = locale[column.field];
16 | }
17 | });
18 | });
19 |
20 | this.initHeader();
21 | this.initBody();
22 | this.initToolbar();
23 | };
24 |
25 | BootstrapTable.prototype.changeLocale = function (localeId) {
26 | this.options.locale = localeId;
27 | this.initLocale();
28 | this.initPagination();
29 | };
30 |
31 | $.fn.bootstrapTable.methods.push('changeTitle');
32 | $.fn.bootstrapTable.methods.push('changeLocale');
33 |
34 | }(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-ms-MY.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["ms-MY"]={formatLoadingMessage:function(){return"Permintaan sedang dimuatkan. Sila tunggu sebentar..."},formatRecordsPerPage:function(a){return a+" rekod setiap muka surat"},formatShowingRows:function(a,b,c){return"Sedang memaparkan rekod "+a+" hingga "+b+" daripada jumlah "+c+" rekod"},formatSearch:function(){return"Cari"},formatNoMatches:function(){return"Tiada rekod yang menyamai permintaan"},formatPaginationSwitch:function(){return"Tunjuk/sembunyi muka surat"},formatRefresh:function(){return"Muatsemula"},formatToggle:function(){return"Tukar"},formatColumns:function(){return"Lajur"},formatAllRows:function(){return"Semua"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ms-MY"])}(jQuery);
--------------------------------------------------------------------------------
/src/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @author: Jewway
3 | * @version: v1.0.0
4 | */
5 |
6 | !function ($) {
7 | 'use strict';
8 |
9 | var BootstrapTable = $.fn.bootstrapTable.Constructor;
10 |
11 | BootstrapTable.prototype.changeTitle = function (locale) {
12 | $.each(this.options.columns, function (idx, columnList) {
13 | $.each(columnList, function (idx, column) {
14 | if (column.field) {
15 | column.title = locale[column.field];
16 | }
17 | });
18 | });
19 |
20 | this.initHeader();
21 | this.initBody();
22 | this.initToolbar();
23 | };
24 |
25 | BootstrapTable.prototype.changeLocale = function (localeId) {
26 | this.options.locale = localeId;
27 | this.initLocale();
28 | this.initPagination();
29 | };
30 |
31 | $.fn.bootstrapTable.methods.push('changeTitle');
32 | $.fn.bootstrapTable.methods.push('changeLocale');
33 |
34 | }(jQuery);
--------------------------------------------------------------------------------
/docs/_i18n/zh-cn/faq/faq.md:
--------------------------------------------------------------------------------
1 | # 常见问题 []({{ site.repo }}/blob/develop/docs/_i18n/{{ site.lang }}/faq/faq.md)
2 |
3 | ---
4 |
5 | ### 当浏览器窗口变化是,表头与表格不对齐,应该怎么办?
6 |
7 | 当你使用 `height` 参数的时候,会启用 `固定表头` 的功能,这个功能会导致不对齐的问题,你可以通过监听 `resize` 事件来解决问题,代码如下:
8 |
9 | ```js
10 | $(function () {
11 | $('#tableId').bootstrapTable(); // init via javascript
12 |
13 | $(window).resize(function () {
14 | $('#tableId').bootstrapTable('resetView');
15 | });
16 | });
17 | ```
18 |
19 | ---
20 |
21 | ### 如何更好的合并表格列?
22 |
23 | 对于合并的表格,当你使用刷新,点击下一页或者切换列的显示,合并的表格会变回去,我们可以监听一下的事件来解决这个问题,代码如下:
24 |
25 | ```js
26 | $table.on('load-success.bs.table column-switch.bs.table page-change.bs.table search.bs.table', function () {
27 | $table.bootstrapTable('mergeCells', {...});
28 | });
29 | ```
30 |
31 | ---
32 |
33 | ### 我要如何支持 Bootstrap Table 的开发?
34 |
35 | 非常感谢你的想法和建议,你可以到 GitHub 上提 issue 或者发邮件给我。
36 |
37 | 当然,假如你也可以 {% t pages.donate.title %} 我们的项目。
--------------------------------------------------------------------------------
/docs/dist/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @author: Jewway
3 | * @version: v1.0.0
4 | */
5 |
6 | !function ($) {
7 | 'use strict';
8 |
9 | var BootstrapTable = $.fn.bootstrapTable.Constructor;
10 |
11 | BootstrapTable.prototype.changeTitle = function (locale) {
12 | $.each(this.options.columns, function (idx, columnList) {
13 | $.each(columnList, function (idx, column) {
14 | if (column.field) {
15 | column.title = locale[column.field];
16 | }
17 | });
18 | });
19 |
20 | this.initHeader();
21 | this.initBody();
22 | this.initToolbar();
23 | };
24 |
25 | BootstrapTable.prototype.changeLocale = function (localeId) {
26 | this.options.locale = localeId;
27 | this.initLocale();
28 | this.initPagination();
29 | };
30 |
31 | $.fn.bootstrapTable.methods.push('changeTitle');
32 | $.fn.bootstrapTable.methods.push('changeLocale');
33 |
34 | }(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-ms-MY.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["ms-MY"]={formatLoadingMessage:function(){return"Permintaan sedang dimuatkan. Sila tunggu sebentar..."},formatRecordsPerPage:function(a){return a+" rekod setiap muka surat"},formatShowingRows:function(a,b,c){return"Sedang memaparkan rekod "+a+" hingga "+b+" daripada jumlah "+c+" rekod"},formatSearch:function(){return"Cari"},formatNoMatches:function(){return"Tiada rekod yang menyamai permintaan"},formatPaginationSwitch:function(){return"Tunjuk/sembunyi muka surat"},formatRefresh:function(){return"Muatsemula"},formatToggle:function(){return"Tukar"},formatColumns:function(){return"Lajur"},formatAllRows:function(){return"Semua"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ms-MY"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-en-US.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["en-US"]={formatLoadingMessage:function(){return"Loading, please wait..."},formatRecordsPerPage:function(a){return a+" rows per page"},formatShowingRows:function(a,b,c){return"Showing "+a+" to "+b+" of "+c+" rows"},formatSearch:function(){return"Search"},formatNoMatches:function(){return"No matching records found"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatRefresh:function(){return"Refresh"},formatToggle:function(){return"Toggle"},formatColumns:function(){return"Columns"},formatAllRows:function(){return"All"},formatExport:function(){return"Export data"},formatClearFilters:function(){return"Clear filters"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["en-US"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-en-US.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["en-US"]={formatLoadingMessage:function(){return"Loading, please wait..."},formatRecordsPerPage:function(a){return a+" rows per page"},formatShowingRows:function(a,b,c){return"Showing "+a+" to "+b+" of "+c+" rows"},formatSearch:function(){return"Search"},formatNoMatches:function(){return"No matching records found"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatRefresh:function(){return"Refresh"},formatToggle:function(){return"Toggle"},formatColumns:function(){return"Columns"},formatAllRows:function(){return"All"},formatExport:function(){return"Export data"},formatClearFilters:function(){return"Clear filters"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["en-US"])}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-vi-VN.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Vietnamese translation
3 | * Author: Duc N. PHAM
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['vi-VN'] = {
9 | formatLoadingMessage: function () {
10 | return 'Đang tải...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' bản ghi mỗi trang';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Hiển thị từ trang ' + pageFrom + ' đến ' + pageTo + ' của ' + totalRows + ' bảng ghi';
17 | },
18 | formatSearch: function () {
19 | return 'Tìm kiếm';
20 | },
21 | formatNoMatches: function () {
22 | return 'Không có dữ liệu';
23 | }
24 | };
25 |
26 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['vi-VN']);
27 |
28 | })(jQuery);
--------------------------------------------------------------------------------
/docs/_i18n/es/getting-started/whats-include.md:
--------------------------------------------------------------------------------
1 | # What's included []({{ site.repo }}/blob/develop/docs/_i18n/{{ site.lang }}/getting-started/whats-include.md)
2 |
3 | ---
4 | El código fuente de Bootstrap table incluye CSS precompilado, JavaScript, locales, extensiones, y las versiones minificadas de estos archivos. Especificamente contiene lo siguiente:
5 |
6 | ```bash
7 | bootstrap-table/
8 | ├── dist/
9 | │ ├── extensions/
10 | │ ├── locale/
11 | │ ├── bootstrap-table.min.css
12 | │ └── bootstrap-table.min.js
13 | ├── docs/
14 | └── src/
15 | ├── extensions/
16 | ├── locale/
17 | ├── bootstrap-table.css
18 | └── bootstrap-table.js
19 | ```
20 |
21 | Los folders `src/`, `locale/`, y `extensions/` son el código fuente de CSS, JS. El folder `dist/` inclute todo compilado y minificado con `src/`. El folder `docs/` incluye el código fuente de la documentación. Además de eso, se incluye archivos de soporte para packages, información de licencia, y desarrollo.
--------------------------------------------------------------------------------
/src/locale/bootstrap-table-vi-VN.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Vietnamese translation
3 | * Author: Duc N. PHAM
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['vi-VN'] = {
9 | formatLoadingMessage: function () {
10 | return 'Đang tải...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' bản ghi mỗi trang';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Hiển thị từ trang ' + pageFrom + ' đến ' + pageTo + ' của ' + totalRows + ' bảng ghi';
17 | },
18 | formatSearch: function () {
19 | return 'Tìm kiếm';
20 | },
21 | formatNoMatches: function () {
22 | return 'Không có dữ liệu';
23 | }
24 | };
25 |
26 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['vi-VN']);
27 |
28 | })(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-vi-VN.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Vietnamese translation
3 | * Author: Duc N. PHAM
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['vi-VN'] = {
9 | formatLoadingMessage: function () {
10 | return 'Đang tải...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' bản ghi mỗi trang';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Hiển thị từ trang ' + pageFrom + ' đến ' + pageTo + ' của ' + totalRows + ' bảng ghi';
17 | },
18 | formatSearch: function () {
19 | return 'Tìm kiếm';
20 | },
21 | formatNoMatches: function () {
22 | return 'Không có dữ liệu';
23 | }
24 | };
25 |
26 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['vi-VN']);
27 |
28 | })(jQuery);
--------------------------------------------------------------------------------
/bootstrap-table.jquery.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "bootstrap-table",
3 | "version": "1.11.0",
4 | "title": "Bootstrap Table",
5 | "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
6 | "author": {
7 | "name": "zhixin wen",
8 | "email": "wenzhixin2010@gmail.com",
9 | "url": "http://wenzhixin.net.cn/"
10 | },
11 | "licenses": [
12 | {
13 | "type": "MIT License",
14 | "url": "http://opensource.org/licenses/MIT"
15 | }
16 | ],
17 | "dependencies": {
18 | "jquery": ">=1.7"
19 | },
20 | "keywords": [
21 | "bootstrap.table"
22 | ],
23 | "homepage": "https://github.com/wenzhixin/bootstrap-table",
24 | "demo": "http://bootstrap-table.wenzhixin.net.cn",
25 | "bugs": {
26 | "url": "https://github.com/wenzhixin/bootstrap-table/issues"
27 | },
28 | "docs": "https://github.com/wenzhixin/bootstrap-table",
29 | "download": "https://github.com/wenzhixin/bootstrap-table/archive/master.zip"
30 | }
31 |
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-fr-BE.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table French (Belgium) translation
3 | * Author: Julien Bisconti (julien.bisconti@gmail.com)
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['fr-BE'] = {
9 | formatLoadingMessage: function () {
10 | return 'Chargement en cours...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' entrées par page';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Affiche de' + pageFrom + ' à ' + pageTo + ' sur ' + totalRows + ' lignes';
17 | },
18 | formatSearch: function () {
19 | return 'Recherche';
20 | },
21 | formatNoMatches: function () {
22 | return 'Pas de fichiers trouvés';
23 | }
24 | };
25 |
26 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fr-BE']);
27 |
28 | })(jQuery);
29 |
--------------------------------------------------------------------------------
/src/locale/bootstrap-table-el-GR.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Greek translation
3 | * Author: giannisdallas
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['el-GR'] = {
9 | formatLoadingMessage: function () {
10 | return 'Φορτώνει, παρακαλώ περιμένετε...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' αποτελέσματα ανά σελίδα';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Εμφανίζονται από την ' + pageFrom + ' ως την ' + pageTo + ' από σύνολο ' + totalRows + ' σειρών';
17 | },
18 | formatSearch: function () {
19 | return 'Αναζητήστε';
20 | },
21 | formatNoMatches: function () {
22 | return 'Δεν βρέθηκαν αποτελέσματα';
23 | }
24 | };
25 |
26 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['el-GR']);
27 |
28 | })(jQuery);
29 |
--------------------------------------------------------------------------------
/src/locale/bootstrap-table-fr-BE.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table French (Belgium) translation
3 | * Author: Julien Bisconti (julien.bisconti@gmail.com)
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['fr-BE'] = {
9 | formatLoadingMessage: function () {
10 | return 'Chargement en cours...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' entrées par page';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Affiche de' + pageFrom + ' à ' + pageTo + ' sur ' + totalRows + ' lignes';
17 | },
18 | formatSearch: function () {
19 | return 'Recherche';
20 | },
21 | formatNoMatches: function () {
22 | return 'Pas de fichiers trouvés';
23 | }
24 | };
25 |
26 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fr-BE']);
27 |
28 | })(jQuery);
29 |
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-el-GR.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Greek translation
3 | * Author: giannisdallas
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['el-GR'] = {
9 | formatLoadingMessage: function () {
10 | return 'Φορτώνει, παρακαλώ περιμένετε...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' αποτελέσματα ανά σελίδα';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Εμφανίζονται από την ' + pageFrom + ' ως την ' + pageTo + ' από σύνολο ' + totalRows + ' σειρών';
17 | },
18 | formatSearch: function () {
19 | return 'Αναζητήστε';
20 | },
21 | formatNoMatches: function () {
22 | return 'Δεν βρέθηκαν αποτελέσματα';
23 | }
24 | };
25 |
26 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['el-GR']);
27 |
28 | })(jQuery);
29 |
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-fr-BE.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table French (Belgium) translation
3 | * Author: Julien Bisconti (julien.bisconti@gmail.com)
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['fr-BE'] = {
9 | formatLoadingMessage: function () {
10 | return 'Chargement en cours...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' entrées par page';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Affiche de' + pageFrom + ' à ' + pageTo + ' sur ' + totalRows + ' lignes';
17 | },
18 | formatSearch: function () {
19 | return 'Recherche';
20 | },
21 | formatNoMatches: function () {
22 | return 'Pas de fichiers trouvés';
23 | }
24 | };
25 |
26 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fr-BE']);
27 |
28 | })(jQuery);
29 |
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-el-GR.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Greek translation
3 | * Author: giannisdallas
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['el-GR'] = {
9 | formatLoadingMessage: function () {
10 | return 'Φορτώνει, παρακαλώ περιμένετε...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' αποτελέσματα ανά σελίδα';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Εμφανίζονται από την ' + pageFrom + ' ως την ' + pageTo + ' από σύνολο ' + totalRows + ' σειρών';
17 | },
18 | formatSearch: function () {
19 | return 'Αναζητήστε';
20 | },
21 | formatNoMatches: function () {
22 | return 'Δεν βρέθηκαν αποτελέσματα';
23 | }
24 | };
25 |
26 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['el-GR']);
27 |
28 | })(jQuery);
29 |
--------------------------------------------------------------------------------
/src/extensions/natural-sorting/README.md:
--------------------------------------------------------------------------------
1 | # Table Natural Sorting
2 |
3 | Use Plugin: [bootstrap-table-natural-sorting](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/natural-sorting)
4 |
5 | ## Usage
6 |
7 | ```html
8 |
9 | ```
10 |
11 | add a data-sorter atribute to any th.
12 | *e.g.* ``` Price | ```
13 |
14 | ## Options
15 |
16 | ### alphanum
17 | * sort alpha or numeric content naturally.
18 | * This can be used in columns that contain text or numeric content.
19 | * Numbers will be sorted as expected and not in ASCII order
20 |
21 | ### numericOnly
22 | * extract numeric content and sort numerically.
23 | * This can be used in columns that contain formated numeric content.
24 | * *e.g.* $ and , will be removed, then Numbers will be sorted as expected
25 | * an alpha sort crrently sorts these as ASCII so you get $1, $100, $2, $20
26 | instead of $1, $2, $20, $100.
27 |
28 |
--------------------------------------------------------------------------------
/docs/_i18n/en/getting-started/whats-include.md:
--------------------------------------------------------------------------------
1 | # What's included []({{ site.repo }}/blob/develop/docs/_i18n/{{ site.lang }}/getting-started/whats-include.md)
2 |
3 | ---
4 |
5 | The Bootstrap table source code download includes the precompiled CSS, JavaScript, locales, extensions, and provides both compiled and minified variations, along with documentation. More specifically, it includes the following and more:
6 |
7 | ```bash
8 | bootstrap-table/
9 | ├── dist/
10 | │ ├── extensions/
11 | │ ├── locale/
12 | │ ├── bootstrap-table.min.css
13 | │ └── bootstrap-table.min.js
14 | ├── docs/
15 | └── src/
16 | ├── extensions/
17 | ├── locale/
18 | ├── bootstrap-table.css
19 | └── bootstrap-table.js
20 | ```
21 |
22 | The `src/`, `locale/`, and `extensions/` are the source code for our CSS, JS. The `dist/` folder includes everything compiled and minified with `src/`. The `docs/` folder includes the source code for our documentation. Beyond that, any other included file provides support for packages, license information, and development.
--------------------------------------------------------------------------------
/src/extensions/export/README.md:
--------------------------------------------------------------------------------
1 | # Table Export
2 |
3 | Use Plugin: [tableExport.jquery.plugin](https://github.com/hhurz/tableExport.jquery.plugin)
4 |
5 | ## Usage
6 |
7 | ```html
8 |
9 | ```
10 |
11 | ## Options
12 |
13 | ### showExport
14 |
15 | * type: Boolean
16 | * description: set `true` to show export button.
17 | * default: `false`
18 |
19 | ### exportDataType
20 |
21 | * type: String
22 | * description: export data type, support: 'basic', 'all', 'selected'.
23 | * default: `basic`
24 |
25 | ### exportTypes
26 |
27 | * type: Array
28 | * description: export types, support types: 'json', 'xml', 'png', 'csv', 'txt', 'sql', 'doc', 'excel', 'pdf'.
29 | * default: `['json', 'xml', 'csv', 'txt', 'sql', 'excel']`
30 |
31 | ### exportOptions
32 |
33 | * type: Object
34 | * description: export [options](https://github.com/hhurz/tableExport.jquery.plugin#options) of `tableExport.jquery.plugin`
35 | * default: `{}`
36 |
37 | ### Icons
38 | * export: 'glyphicon-export icon-share'
39 |
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-nl-NL.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["nl-NL"]={formatLoadingMessage:function(){return"Laden, even geduld..."},formatRecordsPerPage:function(a){return a+" records per pagina"},formatShowingRows:function(a,b,c){return"Toon "+a+" tot "+b+" van "+c+" record"+(c>1?"s":"")},formatDetailPagination:function(a){return"Toon "+a+" record"+(a>1?"s":"")},formatSearch:function(){return"Zoeken"},formatNoMatches:function(){return"Geen resultaten gevonden"},formatRefresh:function(){return"Vernieuwen"},formatToggle:function(){return"Omschakelen"},formatColumns:function(){return"Kolommen"},formatAllRows:function(){return"Alle"},formatPaginationSwitch:function(){return"Verberg/Toon paginatie"},formatExport:function(){return"Exporteer data"},formatClearFilters:function(){return"Verwijder filters"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["nl-NL"])}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-nl-NL.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.fn.bootstrapTable.locales["nl-NL"]={formatLoadingMessage:function(){return"Laden, even geduld..."},formatRecordsPerPage:function(a){return a+" records per pagina"},formatShowingRows:function(a,b,c){return"Toon "+a+" tot "+b+" van "+c+" record"+(c>1?"s":"")},formatDetailPagination:function(a){return"Toon "+a+" record"+(a>1?"s":"")},formatSearch:function(){return"Zoeken"},formatNoMatches:function(){return"Geen resultaten gevonden"},formatRefresh:function(){return"Vernieuwen"},formatToggle:function(){return"Omschakelen"},formatColumns:function(){return"Kolommen"},formatAllRows:function(){return"Alle"},formatPaginationSwitch:function(){return"Verberg/Toon paginatie"},formatExport:function(){return"Exporteer data"},formatClearFilters:function(){return"Verwijder filters"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["nl-NL"])}(jQuery);
--------------------------------------------------------------------------------
/src/locale/bootstrap-table-es-AR.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Spanish (Argentina) translation
3 | * Author: Felix Vera (felix.vera@gmail.com)
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['es-AR'] = {
9 | formatLoadingMessage: function () {
10 | return 'Cargando, espere por favor...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' registros por página';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Mostrando ' + pageFrom + ' a ' + pageTo + ' de ' + totalRows + ' filas';
17 | },
18 | formatSearch: function () {
19 | return 'Buscar';
20 | },
21 | formatNoMatches: function () {
22 | return 'No se encontraron registros';
23 | },
24 | formatAllRows: function () {
25 | return 'Todo';
26 | }
27 | };
28 |
29 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-AR']);
30 |
31 | })(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-es-AR.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Spanish (Argentina) translation
3 | * Author: Felix Vera (felix.vera@gmail.com)
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['es-AR'] = {
9 | formatLoadingMessage: function () {
10 | return 'Cargando, espere por favor...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' registros por página';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Mostrando ' + pageFrom + ' a ' + pageTo + ' de ' + totalRows + ' filas';
17 | },
18 | formatSearch: function () {
19 | return 'Buscar';
20 | },
21 | formatNoMatches: function () {
22 | return 'No se encontraron registros';
23 | },
24 | formatAllRows: function () {
25 | return 'Todo';
26 | }
27 | };
28 |
29 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-AR']);
30 |
31 | })(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-es-AR.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Spanish (Argentina) translation
3 | * Author: Felix Vera (felix.vera@gmail.com)
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['es-AR'] = {
9 | formatLoadingMessage: function () {
10 | return 'Cargando, espere por favor...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' registros por página';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Mostrando ' + pageFrom + ' a ' + pageTo + ' de ' + totalRows + ' filas';
17 | },
18 | formatSearch: function () {
19 | return 'Buscar';
20 | },
21 | formatNoMatches: function () {
22 | return 'No se encontraron registros';
23 | },
24 | formatAllRows: function () {
25 | return 'Todo';
26 | }
27 | };
28 |
29 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-AR']);
30 |
31 | })(jQuery);
--------------------------------------------------------------------------------
/src/extensions/multiple-selection-row/README.md:
--------------------------------------------------------------------------------
1 | # Table Multiple Selection Row
2 |
3 | Use Plugin: [bootstrap-table-multiple-selection-row](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-selection-row)
4 |
5 | ## Usage
6 |
7 | ```html
8 |
9 |
10 | ```
11 |
12 | ## Options
13 |
14 | ### multipleSelectRow
15 |
16 | * type: Boolean
17 | * description: Set true to enable the multiple selection row.
18 | * default: `false`
19 |
20 | ### multipleSelectRowCssClass
21 |
22 | * type: String
23 | * description: The class that will be applied in the rows selected.
24 | * default: `multiple-select-row-selected`
25 |
26 | ## Methods
27 |
28 | ### clearAllMultipleSelectionRow
29 |
30 | * Clear all the selected rows.
31 | * Parameters
32 | * It does not receive parameters.
33 | * Example: $table.bootstrapTable("clearAllMultipleSelectionRow");
34 |
--------------------------------------------------------------------------------
/docs/data/data1/demo.response.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "name": "bootstrap-table",
4 | "stargazers_count": "526",
5 | "forks_count": "122",
6 | "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3)"
7 | },
8 | {
9 | "name": "multiple-select",
10 | "stargazers_count": "288",
11 | "forks_count": "150",
12 | "description": "A jQuery plugin to select multiple elements with checkboxes :)"
13 | },
14 | {
15 | "name": "bootstrap-show-password",
16 | "stargazers_count": "32",
17 | "forks_count": "11",
18 | "description": "Show/hide password plugin for twitter bootstrap."
19 | },
20 | {
21 | "name": "blog",
22 | "stargazers_count": "13",
23 | "forks_count": "4",
24 | "description": "my blog"
25 | },
26 | {
27 | "name": "scutech-redmine",
28 | "stargazers_count": "6",
29 | "forks_count": "3",
30 | "description": "Redmine notification tools for chrome extension."
31 | }
32 | ]
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | (The MIT License)
2 |
3 | Copyright (c) 2012-2016 Zhixin Wen
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in
13 | all copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21 | THE SOFTWARE.
22 |
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-de-DE.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table German translation
3 | * Author: Paul Mohr - Sopamo
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['de-DE'] = {
9 | formatLoadingMessage: function () {
10 | return 'Lade, bitte warten...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' Einträge pro Seite';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Zeige ' + pageFrom + ' bis ' + pageTo + ' von ' + totalRows + ' Zeile' + ((totalRows > 1) ? "n" : "");
17 | },
18 | formatSearch: function () {
19 | return 'Suchen';
20 | },
21 | formatNoMatches: function () {
22 | return 'Keine passenden Ergebnisse gefunden';
23 | },
24 | formatRefresh: function () {
25 | return 'Neu laden';
26 | },
27 | formatToggle: function () {
28 | return 'Umschalten';
29 | },
30 | formatColumns: function () {
31 | return 'Spalten';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['de-DE']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/src/locale/bootstrap-table-de-DE.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table German translation
3 | * Author: Paul Mohr - Sopamo
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['de-DE'] = {
9 | formatLoadingMessage: function () {
10 | return 'Lade, bitte warten...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' Einträge pro Seite';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Zeige ' + pageFrom + ' bis ' + pageTo + ' von ' + totalRows + ' Zeile' + ((totalRows > 1) ? "n" : "");
17 | },
18 | formatSearch: function () {
19 | return 'Suchen';
20 | },
21 | formatNoMatches: function () {
22 | return 'Keine passenden Ergebnisse gefunden';
23 | },
24 | formatRefresh: function () {
25 | return 'Neu laden';
26 | },
27 | formatToggle: function () {
28 | return 'Umschalten';
29 | },
30 | formatColumns: function () {
31 | return 'Spalten';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['de-DE']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/src/locale/bootstrap-table-es-MX.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Spanish (México) translation (Obtenido de traducción de Argentina)
3 | * Author: Felix Vera (felix.vera@gmail.com)
4 | * Copiado: Mauricio Vera (mauricioa.vera@gmail.com)
5 | */
6 | (function ($) {
7 | 'use strict';
8 |
9 | $.fn.bootstrapTable.locales['es-MX'] = {
10 | formatLoadingMessage: function () {
11 | return 'Cargando, espere por favor...';
12 | },
13 | formatRecordsPerPage: function (pageNumber) {
14 | return pageNumber + ' registros por página';
15 | },
16 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
17 | return 'Mostrando ' + pageFrom + ' a ' + pageTo + ' de ' + totalRows + ' filas';
18 | },
19 | formatSearch: function () {
20 | return 'Buscar';
21 | },
22 | formatNoMatches: function () {
23 | return 'No se encontraron registros';
24 | },
25 | formatAllRows: function () {
26 | return 'Todo';
27 | }
28 | };
29 |
30 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-MX']);
31 |
32 | })(jQuery);
33 |
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-es-MX.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Spanish (México) translation (Obtenido de traducción de Argentina)
3 | * Author: Felix Vera (felix.vera@gmail.com)
4 | * Copiado: Mauricio Vera (mauricioa.vera@gmail.com)
5 | */
6 | (function ($) {
7 | 'use strict';
8 |
9 | $.fn.bootstrapTable.locales['es-MX'] = {
10 | formatLoadingMessage: function () {
11 | return 'Cargando, espere por favor...';
12 | },
13 | formatRecordsPerPage: function (pageNumber) {
14 | return pageNumber + ' registros por página';
15 | },
16 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
17 | return 'Mostrando ' + pageFrom + ' a ' + pageTo + ' de ' + totalRows + ' filas';
18 | },
19 | formatSearch: function () {
20 | return 'Buscar';
21 | },
22 | formatNoMatches: function () {
23 | return 'No se encontraron registros';
24 | },
25 | formatAllRows: function () {
26 | return 'Todo';
27 | }
28 | };
29 |
30 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-MX']);
31 |
32 | })(jQuery);
33 |
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-de-DE.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table German translation
3 | * Author: Paul Mohr - Sopamo
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['de-DE'] = {
9 | formatLoadingMessage: function () {
10 | return 'Lade, bitte warten...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' Einträge pro Seite';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Zeige ' + pageFrom + ' bis ' + pageTo + ' von ' + totalRows + ' Zeile' + ((totalRows > 1) ? "n" : "");
17 | },
18 | formatSearch: function () {
19 | return 'Suchen';
20 | },
21 | formatNoMatches: function () {
22 | return 'Keine passenden Ergebnisse gefunden';
23 | },
24 | formatRefresh: function () {
25 | return 'Neu laden';
26 | },
27 | formatToggle: function () {
28 | return 'Umschalten';
29 | },
30 | formatColumns: function () {
31 | return 'Spalten';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['de-DE']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-es-MX.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Spanish (México) translation (Obtenido de traducción de Argentina)
3 | * Author: Felix Vera (felix.vera@gmail.com)
4 | * Copiado: Mauricio Vera (mauricioa.vera@gmail.com)
5 | */
6 | (function ($) {
7 | 'use strict';
8 |
9 | $.fn.bootstrapTable.locales['es-MX'] = {
10 | formatLoadingMessage: function () {
11 | return 'Cargando, espere por favor...';
12 | },
13 | formatRecordsPerPage: function (pageNumber) {
14 | return pageNumber + ' registros por página';
15 | },
16 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
17 | return 'Mostrando ' + pageFrom + ' a ' + pageTo + ' de ' + totalRows + ' filas';
18 | },
19 | formatSearch: function () {
20 | return 'Buscar';
21 | },
22 | formatNoMatches: function () {
23 | return 'No se encontraron registros';
24 | },
25 | formatAllRows: function () {
26 | return 'Todo';
27 | }
28 | };
29 |
30 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-MX']);
31 |
32 | })(jQuery);
33 |
--------------------------------------------------------------------------------
/docs/_i18n/zh-cn/getting-started/grunt.md:
--------------------------------------------------------------------------------
1 | # 编译 CSS 和 JavaScript []({{ site.repo }}/blob/develop/docs/_i18n/{{ site.lang }}/getting-started/grunt.md)
2 |
3 | ---
4 |
5 | Bootstrap table 使用 [Grunt](http://gruntjs.com/) 来作为编译系统,可以用十分方便的方法来编译我们代码,或者文档等等。
6 |
7 | ## 安装 Grunt
8 |
9 | 安装 Grunt,你必须先 [下载和安装 node.js](http://nodejs.org/download/) (包含 npm)。npm 是 [node 的包模块](http://npmjs.org/) 管理工具。
10 |
11 | 然后,我们使用命令行:
12 |
13 | 1. 安装全局的 `grunt-cli`,使用 `npm install -g grunt-cli` 命令即可。
14 | 2. 进入到 `/bootstrap-table/` 的根目录,然后运行 `npm install`。npm 将通过查找 `package.json` 文件并自动安装这里所需要的依赖。
15 |
16 | 完成之后,你就可以运行一下的命令来编译的代码了。
17 |
18 | ## 可以用的 Grunt 命令
19 |
20 | ### `grunt dist` (编译 CSS 和 JavaScript)
21 |
22 | 这里我们会生成 `/dist/` 文件夹。 As a Bootstrap user, this is normally the command you want.
23 |
24 | ### `grunt test` (运行 tests)
25 |
26 | 运行 [JSHint](http://jshint.com/) 来测试我们的代码。
27 |
28 | ### `grunt docs` (编译和测试文档)
29 |
30 | 编译和测试 CSS,JavaScript,本地我们可以通过 `jekyll serve` 来运行我们的文档。
31 |
32 | ### `grunt` (编译所有并运行测试)
33 |
34 | 压缩和扰乱 CSS 和 JavaScript,测试,编译文档等等。依赖 [Jekyll](http://jekyllrb.com/docs/installation/)。
35 |
36 | ## 遇到问题
37 |
38 | 如果你安装或运行依赖是遇到问题,首先删除 `/node_modules/` npm 生成的文件夹。然后,再运行一次 `npm install` 即可。
39 |
--------------------------------------------------------------------------------
/src/extensions/multi-column-toggle/README.md:
--------------------------------------------------------------------------------
1 | # Multi Column Toggle
2 |
3 | Use Plugin: [multi-column-toggle](https://github.com/wenzhixin/bootstrap-table/tree/develop/src/extensions/multi-column-toggle)
4 |
5 | Adds a button to the toolbar that hides and shows all columns that are 'switchable'.
6 |
7 | ## Usage
8 |
9 | ```html
10 |
11 | ```
12 |
13 | ## Options
14 |
15 | ### showToggleBtn
16 |
17 | * type: Boolean
18 | * description: Set true to show the toggle button. This button toggles hiding and showing of multiple columns at once.
19 | * default: `false`
20 |
21 | ### multiToggleDefaults
22 |
23 | * type: Array of Strings
24 | * description: Defines 'default' columns that will never be hidden with this extension. These are different from
25 | * default: `[]`
26 | * example html: `data-multi-toggle-defaults='["column1", "column2"]'`
27 |
28 | ## Methods
29 |
30 | ### copyColumnsToClipboard
31 |
32 | * copies the contents of the selected rows to the clipboard.
33 |
34 | ### copyColumnsToClipboardWithHidden
35 |
36 | * copies the contents of the selected rows to the clipboard, *including hidden rows*.
37 |
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-ko-KR.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Korean translation
3 | * Author: Yi Tae-Hyeong (jsonobject@gmail.com)
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['ko-KR'] = {
9 | formatLoadingMessage: function () {
10 | return '데이터를 불러오는 중입니다...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return '페이지 당 ' + pageNumber + '개 데이터 출력';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return '전체 ' + totalRows + '개 중 ' + pageFrom + '~' + pageTo + '번째 데이터 출력,';
17 | },
18 | formatSearch: function () {
19 | return '검색';
20 | },
21 | formatNoMatches: function () {
22 | return '조회된 데이터가 없습니다.';
23 | },
24 | formatRefresh: function () {
25 | return '새로 고침';
26 | },
27 | formatToggle: function () {
28 | return '전환';
29 | },
30 | formatColumns: function () {
31 | return '컬럼 필터링';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ko-KR']);
36 |
37 | })(jQuery);
--------------------------------------------------------------------------------
/src/locale/bootstrap-table-ko-KR.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Korean translation
3 | * Author: Yi Tae-Hyeong (jsonobject@gmail.com)
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['ko-KR'] = {
9 | formatLoadingMessage: function () {
10 | return '데이터를 불러오는 중입니다...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return '페이지 당 ' + pageNumber + '개 데이터 출력';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return '전체 ' + totalRows + '개 중 ' + pageFrom + '~' + pageTo + '번째 데이터 출력,';
17 | },
18 | formatSearch: function () {
19 | return '검색';
20 | },
21 | formatNoMatches: function () {
22 | return '조회된 데이터가 없습니다.';
23 | },
24 | formatRefresh: function () {
25 | return '새로 고침';
26 | },
27 | formatToggle: function () {
28 | return '전환';
29 | },
30 | formatColumns: function () {
31 | return '컬럼 필터링';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ko-KR']);
36 |
37 | })(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-ko-KR.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Korean translation
3 | * Author: Yi Tae-Hyeong (jsonobject@gmail.com)
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['ko-KR'] = {
9 | formatLoadingMessage: function () {
10 | return '데이터를 불러오는 중입니다...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return '페이지 당 ' + pageNumber + '개 데이터 출력';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return '전체 ' + totalRows + '개 중 ' + pageFrom + '~' + pageTo + '번째 데이터 출력,';
17 | },
18 | formatSearch: function () {
19 | return '검색';
20 | },
21 | formatNoMatches: function () {
22 | return '조회된 데이터가 없습니다.';
23 | },
24 | formatRefresh: function () {
25 | return '새로 고침';
26 | },
27 | formatToggle: function () {
28 | return '전환';
29 | },
30 | formatColumns: function () {
31 | return '컬럼 필터링';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ko-KR']);
36 |
37 | })(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-nb-NO.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table norwegian translation
3 | * Author: Jim Nordbø, jim@nordb.no
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['nb-NO'] = {
9 | formatLoadingMessage: function () {
10 | return 'Oppdaterer, vennligst vent...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' poster pr side';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Viser ' + pageFrom + ' til ' + pageTo + ' av ' + totalRows + ' rekker';
17 | },
18 | formatSearch: function () {
19 | return 'Søk';
20 | },
21 | formatNoMatches: function () {
22 | return 'Ingen poster funnet';
23 | },
24 | formatRefresh: function () {
25 | return 'Oppdater';
26 | },
27 | formatToggle: function () {
28 | return 'Endre';
29 | },
30 | formatColumns: function () {
31 | return 'Kolonner';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['nb-NO']);
36 |
37 | })(jQuery);
--------------------------------------------------------------------------------
/src/locale/bootstrap-table-nb-NO.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table norwegian translation
3 | * Author: Jim Nordbø, jim@nordb.no
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['nb-NO'] = {
9 | formatLoadingMessage: function () {
10 | return 'Oppdaterer, vennligst vent...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' poster pr side';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Viser ' + pageFrom + ' til ' + pageTo + ' av ' + totalRows + ' rekker';
17 | },
18 | formatSearch: function () {
19 | return 'Søk';
20 | },
21 | formatNoMatches: function () {
22 | return 'Ingen poster funnet';
23 | },
24 | formatRefresh: function () {
25 | return 'Oppdater';
26 | },
27 | formatToggle: function () {
28 | return 'Endre';
29 | },
30 | formatColumns: function () {
31 | return 'Kolonner';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['nb-NO']);
36 |
37 | })(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-ur-PK.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Urdu translation
3 | * Author: Malik
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['ur-PK'] = {
9 | formatLoadingMessage: function () {
10 | return 'براۓ مہربانی انتظار کیجئے';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' ریکارڈز فی صفہ ';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'دیکھیں ' + pageFrom + ' سے ' + pageTo + ' کے ' + totalRows + 'ریکارڈز';
17 | },
18 | formatSearch: function () {
19 | return 'تلاش';
20 | },
21 | formatNoMatches: function () {
22 | return 'کوئی ریکارڈ نہیں ملا';
23 | },
24 | formatRefresh: function () {
25 | return 'تازہ کریں';
26 | },
27 | formatToggle: function () {
28 | return 'تبدیل کریں';
29 | },
30 | formatColumns: function () {
31 | return 'کالم';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ur-PK']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-nb-NO.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table norwegian translation
3 | * Author: Jim Nordbø, jim@nordb.no
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['nb-NO'] = {
9 | formatLoadingMessage: function () {
10 | return 'Oppdaterer, vennligst vent...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' poster pr side';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Viser ' + pageFrom + ' til ' + pageTo + ' av ' + totalRows + ' rekker';
17 | },
18 | formatSearch: function () {
19 | return 'Søk';
20 | },
21 | formatNoMatches: function () {
22 | return 'Ingen poster funnet';
23 | },
24 | formatRefresh: function () {
25 | return 'Oppdater';
26 | },
27 | formatToggle: function () {
28 | return 'Endre';
29 | },
30 | formatColumns: function () {
31 | return 'Kolonner';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['nb-NO']);
36 |
37 | })(jQuery);
--------------------------------------------------------------------------------
/src/locale/bootstrap-table-sv-SE.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Swedish translation
3 | * Author: C Bratt
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['sv-SE'] = {
9 | formatLoadingMessage: function () {
10 | return 'Laddar, vänligen vänta...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' rader per sida';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Visa ' + pageFrom + ' till ' + pageTo + ' av ' + totalRows + ' rader';
17 | },
18 | formatSearch: function () {
19 | return 'Sök';
20 | },
21 | formatNoMatches: function () {
22 | return 'Inga matchande resultat funna.';
23 | },
24 | formatRefresh: function () {
25 | return 'Uppdatera';
26 | },
27 | formatToggle: function () {
28 | return 'Skifta';
29 | },
30 | formatColumns: function () {
31 | return 'kolumn';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sv-SE']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/src/locale/bootstrap-table-ur-PK.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Urdu translation
3 | * Author: Malik
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['ur-PK'] = {
9 | formatLoadingMessage: function () {
10 | return 'براۓ مہربانی انتظار کیجئے';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' ریکارڈز فی صفہ ';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'دیکھیں ' + pageFrom + ' سے ' + pageTo + ' کے ' + totalRows + 'ریکارڈز';
17 | },
18 | formatSearch: function () {
19 | return 'تلاش';
20 | },
21 | formatNoMatches: function () {
22 | return 'کوئی ریکارڈ نہیں ملا';
23 | },
24 | formatRefresh: function () {
25 | return 'تازہ کریں';
26 | },
27 | formatToggle: function () {
28 | return 'تبدیل کریں';
29 | },
30 | formatColumns: function () {
31 | return 'کالم';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ur-PK']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/dist/extensions/key-events/bootstrap-table-key-events.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{keyEvents:!1});var b=a.fn.bootstrapTable.Constructor,c=b.prototype.init;b.prototype.init=function(){c.apply(this,Array.prototype.slice.apply(arguments)),this.initKeyEvents()},b.prototype.initKeyEvents=function(){if(this.options.keyEvents){var b=this;a(document).off("keydown").on("keydown",function(c){var d=b.$toolbar.find(".search input"),e=b.$toolbar.find('button[name="refresh"]'),f=b.$toolbar.find('button[name="toggle"]'),g=b.$toolbar.find('button[name="paginationSwitch"]');if(document.activeElement===d.get(0)||!a.contains(document.activeElement,b.$toolbar.get(0)))return!0;switch(c.keyCode){case 83:if(!b.options.search)return;return d.focus(),!1;case 82:if(!b.options.showRefresh)return;return e.click(),!1;case 84:if(!b.options.showToggle)return;return f.click(),!1;case 80:if(!b.options.showPaginationSwitch)return;return g.click(),!1;case 37:if(!b.options.pagination)return;return b.prevPage(),!1;case 39:if(!b.options.pagination)return;return void b.nextPage()}})}}}(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-da-DK.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table danish translation
3 | * Author: Your Name Jan Borup Coyle, github@coyle.dk
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['da-DK'] = {
9 | formatLoadingMessage: function () {
10 | return 'Indlæser, vent venligst...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' poster pr side';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Viser ' + pageFrom + ' til ' + pageTo + ' af ' + totalRows + ' rækker';
17 | },
18 | formatSearch: function () {
19 | return 'Søg';
20 | },
21 | formatNoMatches: function () {
22 | return 'Ingen poster fundet';
23 | },
24 | formatRefresh: function () {
25 | return 'Opdater';
26 | },
27 | formatToggle: function () {
28 | return 'Skift';
29 | },
30 | formatColumns: function () {
31 | return 'Kolonner';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['da-DK']);
36 |
37 | })(jQuery);
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-sv-SE.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Swedish translation
3 | * Author: C Bratt
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['sv-SE'] = {
9 | formatLoadingMessage: function () {
10 | return 'Laddar, vänligen vänta...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' rader per sida';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Visa ' + pageFrom + ' till ' + pageTo + ' av ' + totalRows + ' rader';
17 | },
18 | formatSearch: function () {
19 | return 'Sök';
20 | },
21 | formatNoMatches: function () {
22 | return 'Inga matchande resultat funna.';
23 | },
24 | formatRefresh: function () {
25 | return 'Uppdatera';
26 | },
27 | formatToggle: function () {
28 | return 'Skifta';
29 | },
30 | formatColumns: function () {
31 | return 'kolumn';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sv-SE']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-ur-PK.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Urdu translation
3 | * Author: Malik
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['ur-PK'] = {
9 | formatLoadingMessage: function () {
10 | return 'براۓ مہربانی انتظار کیجئے';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' ریکارڈز فی صفہ ';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'دیکھیں ' + pageFrom + ' سے ' + pageTo + ' کے ' + totalRows + 'ریکارڈز';
17 | },
18 | formatSearch: function () {
19 | return 'تلاش';
20 | },
21 | formatNoMatches: function () {
22 | return 'کوئی ریکارڈ نہیں ملا';
23 | },
24 | formatRefresh: function () {
25 | return 'تازہ کریں';
26 | },
27 | formatToggle: function () {
28 | return 'تبدیل کریں';
29 | },
30 | formatColumns: function () {
31 | return 'کالم';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ur-PK']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/src/locale/bootstrap-table-da-DK.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table danish translation
3 | * Author: Your Name Jan Borup Coyle, github@coyle.dk
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['da-DK'] = {
9 | formatLoadingMessage: function () {
10 | return 'Indlæser, vent venligst...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' poster pr side';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Viser ' + pageFrom + ' til ' + pageTo + ' af ' + totalRows + ' rækker';
17 | },
18 | formatSearch: function () {
19 | return 'Søg';
20 | },
21 | formatNoMatches: function () {
22 | return 'Ingen poster fundet';
23 | },
24 | formatRefresh: function () {
25 | return 'Opdater';
26 | },
27 | formatToggle: function () {
28 | return 'Skift';
29 | },
30 | formatColumns: function () {
31 | return 'Kolonner';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['da-DK']);
36 |
37 | })(jQuery);
--------------------------------------------------------------------------------
/docs/dist/extensions/key-events/bootstrap-table-key-events.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{keyEvents:!1});var b=a.fn.bootstrapTable.Constructor,c=b.prototype.init;b.prototype.init=function(){c.apply(this,Array.prototype.slice.apply(arguments)),this.initKeyEvents()},b.prototype.initKeyEvents=function(){if(this.options.keyEvents){var b=this;a(document).off("keydown").on("keydown",function(c){var d=b.$toolbar.find(".search input"),e=b.$toolbar.find('button[name="refresh"]'),f=b.$toolbar.find('button[name="toggle"]'),g=b.$toolbar.find('button[name="paginationSwitch"]');if(document.activeElement===d.get(0)||!a.contains(document.activeElement,b.$toolbar.get(0)))return!0;switch(c.keyCode){case 83:if(!b.options.search)return;return d.focus(),!1;case 82:if(!b.options.showRefresh)return;return e.click(),!1;case 84:if(!b.options.showToggle)return;return f.click(),!1;case 80:if(!b.options.showPaginationSwitch)return;return g.click(),!1;case 37:if(!b.options.pagination)return;return b.prevPage(),!1;case 39:if(!b.options.pagination)return;return void b.nextPage()}})}}}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-da-DK.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table danish translation
3 | * Author: Your Name Jan Borup Coyle, github@coyle.dk
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['da-DK'] = {
9 | formatLoadingMessage: function () {
10 | return 'Indlæser, vent venligst...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' poster pr side';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Viser ' + pageFrom + ' til ' + pageTo + ' af ' + totalRows + ' rækker';
17 | },
18 | formatSearch: function () {
19 | return 'Søg';
20 | },
21 | formatNoMatches: function () {
22 | return 'Ingen poster fundet';
23 | },
24 | formatRefresh: function () {
25 | return 'Opdater';
26 | },
27 | formatToggle: function () {
28 | return 'Skift';
29 | },
30 | formatColumns: function () {
31 | return 'Kolonner';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['da-DK']);
36 |
37 | })(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-sv-SE.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Swedish translation
3 | * Author: C Bratt
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['sv-SE'] = {
9 | formatLoadingMessage: function () {
10 | return 'Laddar, vänligen vänta...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' rader per sida';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Visa ' + pageFrom + ' till ' + pageTo + ' av ' + totalRows + ' rader';
17 | },
18 | formatSearch: function () {
19 | return 'Sök';
20 | },
21 | formatNoMatches: function () {
22 | return 'Inga matchande resultat funna.';
23 | },
24 | formatRefresh: function () {
25 | return 'Uppdatera';
26 | },
27 | formatToggle: function () {
28 | return 'Skifta';
29 | },
30 | formatColumns: function () {
31 | return 'kolumn';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sv-SE']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/DONATORS.md:
--------------------------------------------------------------------------------
1 | ## List of donators
2 |
3 | * Richard C Jordan - $35
4 | * Janet Moery - $5
5 | * Rene Halskov - $10
6 | * Angel Arambula Garcia - $5
7 | * David Graham - $5
8 | * Paul Abbott - $20
9 | * Philip Tepfer - $10
10 | * Marcus Eddy - $5
11 | * Keith Rockhold - $50
12 | * Ramon Sosa Diaz - $10
13 | * Goncalo Cordeiro - $25
14 | * Marzena Wspanialy - $10
15 | * Nicolas Pascual - $10
16 | * Hassan Ejaz - $10
17 | * Frank Hines - $100
18 | * Luis Triana Vega - $10
19 | * PROMOTUX DI FRANCESCO MELONI E C. S.N.C. - $15
20 | * Emmanuel Kielichowski - $15
21 | * 우공이산 우공이산 - $50
22 | * Empirica srl - $15
23 | * Hassan Gareballa - $10
24 | * 지황 이 - $10
25 | * Onur Kose - $15
26 | * Александр Вейсов - $30
27 | * Anton Blinov - $30
28 | * THARAKESH PULIKONDA - $10
29 | * Linear Design Group, LLC - $20
30 | * Alon Feldman - $100
31 | * Fabian de Rosa - $5
32 | * Zhe Wang - $35
33 |
34 | ## 支付宝
35 |
36 | * 萃华:10.18元
37 | * 小马哥:5元
38 | * 振:20元
39 | * 懒虫:8.8元
40 | * rainc:50元
41 | * 印:10元
42 | * 大个子:50元
43 | * 拓海真一:100元
44 | * IO芒果:7元
45 | * 醉、千秋:18.88元
46 | * 路人甲:5.27元
47 |
48 | ## 微信
49 |
50 | * 一牛九毛:100元
51 | * 笑:50元
52 | * 111111:4元
53 | * 佚名:6.6元
54 | * Evo4me:30元
55 | * zhang:50.05元
56 | * 郝亮:20元
57 | * 王挺:6.6元
58 | * 无心向你:9.9元
59 | * 指间沙:9.9元
60 | * 董琛:9.9元
61 |
--------------------------------------------------------------------------------
/src/locale/bootstrap-table-th-TH.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Thai translation
3 | * Author: Monchai S.
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['th-TH'] = {
9 | formatLoadingMessage: function () {
10 | return 'กำลังโหลดข้อมูล, กรุณารอสักครู่...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' รายการต่อหน้า';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'รายการที่ ' + pageFrom + ' ถึง ' + pageTo + ' จากทั้งหมด ' + totalRows + ' รายการ';
17 | },
18 | formatSearch: function () {
19 | return 'ค้นหา';
20 | },
21 | formatNoMatches: function () {
22 | return 'ไม่พบรายการที่ค้นหา !';
23 | },
24 | formatRefresh: function () {
25 | return 'รีเฟรส';
26 | },
27 | formatToggle: function () {
28 | return 'สลับมุมมอง';
29 | },
30 | formatColumns: function () {
31 | return 'คอลัมน์';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['th-TH']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-pl-PL.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Polish translation
3 | * Author: zergu
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['pl-PL'] = {
9 | formatLoadingMessage: function () {
10 | return 'Ładowanie, proszę czekać...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' rekordów na stronę';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Wyświetlanie rekordów od ' + pageFrom + ' do ' + pageTo + ' z ' + totalRows;
17 | },
18 | formatSearch: function () {
19 | return 'Szukaj';
20 | },
21 | formatNoMatches: function () {
22 | return 'Niestety, nic nie znaleziono';
23 | },
24 | formatRefresh: function () {
25 | return 'Odśwież';
26 | },
27 | formatToggle: function () {
28 | return 'Przełącz';
29 | },
30 | formatColumns: function () {
31 | return 'Kolumny';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['pl-PL']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-th-TH.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Thai translation
3 | * Author: Monchai S.
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['th-TH'] = {
9 | formatLoadingMessage: function () {
10 | return 'กำลังโหลดข้อมูล, กรุณารอสักครู่...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' รายการต่อหน้า';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'รายการที่ ' + pageFrom + ' ถึง ' + pageTo + ' จากทั้งหมด ' + totalRows + ' รายการ';
17 | },
18 | formatSearch: function () {
19 | return 'ค้นหา';
20 | },
21 | formatNoMatches: function () {
22 | return 'ไม่พบรายการที่ค้นหา !';
23 | },
24 | formatRefresh: function () {
25 | return 'รีเฟรส';
26 | },
27 | formatToggle: function () {
28 | return 'สลับมุมมอง';
29 | },
30 | formatColumns: function () {
31 | return 'คอลัมน์';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['th-TH']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/docs/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: home
3 | title: pages.home.title
4 | ---
5 |
6 |
7 |
20 |
21 |
22 |
23 |
24 |
{% t pages.home.sub_title %}
25 |
{% t pages.home.sub_lead %}
26 |
27 |
28 |
29 |
30 |
31 | {% tf home/feature.md %}
32 |
33 |
34 | {% markdown latest-release.md %}
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/src/extensions/toolbar/README.md:
--------------------------------------------------------------------------------
1 | # Table Toolbar
2 |
3 | Use Plugin: [bootstrap-table-toolbar](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/toolbar)
4 |
5 | ## Usage
6 |
7 | ```html
8 |
9 | ```
10 |
11 | ## Options
12 |
13 | ### advancedSearch
14 |
15 | * type: Boolean
16 | * description: Set true to allow the advanced search.
17 | * default: `false`
18 |
19 | ### idForm
20 |
21 | * type: String
22 | * description: Must be set to know the idform.
23 | * default: `advancedSearch`
24 |
25 | ### actionForm
26 |
27 | * type: String
28 | * description: Set the action of the form (pop-up).
29 | * default: ``
30 |
31 | ### idTable
32 |
33 | * type: String
34 | * description: Set the id of the table to create the pop-up form. Required.
35 | * default: ``
36 |
37 | ## Locales
38 |
39 | ### formatAdvancedSearch
40 |
41 | * description: Title of the advanced search modal
42 | * default: `Advanced search`
43 |
44 | ### formatAdvancedCloseButton
45 |
46 | * description: Text of the close button
47 | * default: `Close`
48 |
49 | ## Events
50 |
51 | ### onColumnAdvancedSearch(column-advanced-search.bs.table)
52 |
53 | * Fired when we are searching into the advanced search form
--------------------------------------------------------------------------------
/src/locale/bootstrap-table-pl-PL.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Polish translation
3 | * Author: zergu
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['pl-PL'] = {
9 | formatLoadingMessage: function () {
10 | return 'Ładowanie, proszę czekać...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' rekordów na stronę';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Wyświetlanie rekordów od ' + pageFrom + ' do ' + pageTo + ' z ' + totalRows;
17 | },
18 | formatSearch: function () {
19 | return 'Szukaj';
20 | },
21 | formatNoMatches: function () {
22 | return 'Niestety, nic nie znaleziono';
23 | },
24 | formatRefresh: function () {
25 | return 'Odśwież';
26 | },
27 | formatToggle: function () {
28 | return 'Przełącz';
29 | },
30 | formatColumns: function () {
31 | return 'Kolumny';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['pl-PL']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/src/locale/bootstrap-table-sk-SK.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Slovak translation
3 | * Author: Jozef Dúc
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['sk-SK'] = {
9 | formatLoadingMessage: function () {
10 | return 'Prosím čakajte ...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' záznamov na stranu';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Zobrazená ' + pageFrom + '. - ' + pageTo + '. položka z celkových ' + totalRows;
17 | },
18 | formatSearch: function () {
19 | return 'Vyhľadávanie';
20 | },
21 | formatNoMatches: function () {
22 | return 'Nenájdená žiadna vyhovujúca položka';
23 | },
24 | formatRefresh: function () {
25 | return 'Obnoviť';
26 | },
27 | formatToggle: function () {
28 | return 'Prepni';
29 | },
30 | formatColumns: function () {
31 | return 'Stĺpce';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sk-SK']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-sk-SK.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Slovak translation
3 | * Author: Jozef Dúc
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['sk-SK'] = {
9 | formatLoadingMessage: function () {
10 | return 'Prosím čakajte ...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' záznamov na stranu';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Zobrazená ' + pageFrom + '. - ' + pageTo + '. položka z celkových ' + totalRows;
17 | },
18 | formatSearch: function () {
19 | return 'Vyhľadávanie';
20 | },
21 | formatNoMatches: function () {
22 | return 'Nenájdená žiadna vyhovujúca položka';
23 | },
24 | formatRefresh: function () {
25 | return 'Obnoviť';
26 | },
27 | formatToggle: function () {
28 | return 'Prepni';
29 | },
30 | formatColumns: function () {
31 | return 'Stĺpce';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sk-SK']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-pl-PL.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Polish translation
3 | * Author: zergu
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['pl-PL'] = {
9 | formatLoadingMessage: function () {
10 | return 'Ładowanie, proszę czekać...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' rekordów na stronę';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Wyświetlanie rekordów od ' + pageFrom + ' do ' + pageTo + ' z ' + totalRows;
17 | },
18 | formatSearch: function () {
19 | return 'Szukaj';
20 | },
21 | formatNoMatches: function () {
22 | return 'Niestety, nic nie znaleziono';
23 | },
24 | formatRefresh: function () {
25 | return 'Odśwież';
26 | },
27 | formatToggle: function () {
28 | return 'Przełącz';
29 | },
30 | formatColumns: function () {
31 | return 'Kolumny';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['pl-PL']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-th-TH.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Thai translation
3 | * Author: Monchai S.
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['th-TH'] = {
9 | formatLoadingMessage: function () {
10 | return 'กำลังโหลดข้อมูล, กรุณารอสักครู่...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' รายการต่อหน้า';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'รายการที่ ' + pageFrom + ' ถึง ' + pageTo + ' จากทั้งหมด ' + totalRows + ' รายการ';
17 | },
18 | formatSearch: function () {
19 | return 'ค้นหา';
20 | },
21 | formatNoMatches: function () {
22 | return 'ไม่พบรายการที่ค้นหา !';
23 | },
24 | formatRefresh: function () {
25 | return 'รีเฟรส';
26 | },
27 | formatToggle: function () {
28 | return 'สลับมุมมอง';
29 | },
30 | formatColumns: function () {
31 | return 'คอลัมน์';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['th-TH']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-sk-SK.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Slovak translation
3 | * Author: Jozef Dúc
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['sk-SK'] = {
9 | formatLoadingMessage: function () {
10 | return 'Prosím čakajte ...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' záznamov na stranu';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Zobrazená ' + pageFrom + '. - ' + pageTo + '. položka z celkových ' + totalRows;
17 | },
18 | formatSearch: function () {
19 | return 'Vyhľadávanie';
20 | },
21 | formatNoMatches: function () {
22 | return 'Nenájdená žiadna vyhovujúca položka';
23 | },
24 | formatRefresh: function () {
25 | return 'Obnoviť';
26 | },
27 | formatToggle: function () {
28 | return 'Prepni';
29 | },
30 | formatColumns: function () {
31 | return 'Stĺpce';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sk-SK']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-uk-UA.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Ukrainian translation
3 | * Author: Vitaliy Timchenko
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['uk-UA'] = {
9 | formatLoadingMessage: function () {
10 | return 'Завантаження, будь ласка, зачекайте...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' записів на сторінку';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Показано з ' + pageFrom + ' по ' + pageTo + '. Всього: ' + totalRows;
17 | },
18 | formatSearch: function () {
19 | return 'Пошук';
20 | },
21 | formatNoMatches: function () {
22 | return 'Не знайдено жодного запису';
23 | },
24 | formatRefresh: function () {
25 | return 'Оновити';
26 | },
27 | formatToggle: function () {
28 | return 'Змінити';
29 | },
30 | formatColumns: function () {
31 | return 'Стовпці';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['uk-UA']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-uk-UA.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Ukrainian translation
3 | * Author: Vitaliy Timchenko
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['uk-UA'] = {
9 | formatLoadingMessage: function () {
10 | return 'Завантаження, будь ласка, зачекайте...';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return pageNumber + ' записів на сторінку';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return 'Показано з ' + pageFrom + ' по ' + pageTo + '. Всього: ' + totalRows;
17 | },
18 | formatSearch: function () {
19 | return 'Пошук';
20 | },
21 | formatNoMatches: function () {
22 | return 'Не знайдено жодного запису';
23 | },
24 | formatRefresh: function () {
25 | return 'Оновити';
26 | },
27 | formatToggle: function () {
28 | return 'Змінити';
29 | },
30 | formatColumns: function () {
31 | return 'Стовпці';
32 | }
33 | };
34 |
35 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['uk-UA']);
36 |
37 | })(jQuery);
38 |
--------------------------------------------------------------------------------
/src/extensions/mobile/README.md:
--------------------------------------------------------------------------------
1 | # Table Mobile
2 |
3 | Use Plugin: [bootstrap-table-mobile](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/mobile)
4 |
5 | ## Usage
6 |
7 | ```html
8 |
9 | ```
10 |
11 | ## Options
12 |
13 | ### mobileResponsive
14 |
15 | * type: Boolean
16 | * description: Set true to change the view between card and table view depending on width and height given.
17 | * default: `false`
18 |
19 | ### checkOnInit
20 |
21 | * type: Boolean
22 | * description: Set true to check the window size on init.
23 | * default: `true`
24 |
25 | ### minWidth
26 |
27 | * type: Integer
28 | * description: Set the minimum width when the table will change the view.
29 | * default: `562`
30 |
31 | ### minHeight
32 |
33 | * type: Integer
34 | * description: Set the minimum height when the table will change the view.
35 | * default: `undefined`
36 |
37 | ### columnsHidden
38 |
39 | * type: String
40 | * description: Set the columns fields in this array in order to hide those columns in the cardView mode. Use this way in `data-*` configuration: ` data-columns-hidden="['name', 'description']"` or this way in javascript configuration: `columnsHidden = ['name', 'description']`.
41 | * default: `undefined`
42 |
--------------------------------------------------------------------------------
/src/extensions/copy-rows/README.md:
--------------------------------------------------------------------------------
1 | # Copy Rows
2 |
3 | Use Plugin: [copy-rows](https://github.com/wenzhixin/bootstrap-table/tree/develop/src/extensions/copy-rows)
4 |
5 | This extension adds functionality for copying selected rows to the clipboard. Currently works on all desktop browsers except safari.
6 |
7 | ## Usage
8 |
9 | ```html
10 |
11 | ```
12 |
13 | ## Options
14 |
15 | ### copyBtn
16 |
17 | * type: Boolean
18 | * description: Set true to show the copy button. This button copys the contents of the selected rows to the clipboard.
19 | * default: `false`
20 |
21 | ### copyWHiddenBtn
22 |
23 | * type: Boolean
24 | * description: Set true to show the copy with hidden button. This button copys the contents of the selected rows to the clipboard, *including hidden rows*.
25 | * default: `false`
26 |
27 | ### copyDelemeter
28 |
29 | * type: String
30 | * description: This string will be inserted in-between the column values when copying
31 | * default: ` `
32 |
33 | ## Methods
34 |
35 | ### copyColumnsToClipboard
36 |
37 | * copys the contents of the selected rows to the clipboard.
38 |
39 | ### copyColumnsToClipboardWithHidden
40 |
41 | * copys the contents of the selected rows to the clipboard, *including hidden rows*.
42 |
--------------------------------------------------------------------------------
/src/extensions/reorder-columns/README.md:
--------------------------------------------------------------------------------
1 | # Table Reorder Columns
2 |
3 | Use Plugin: [bootstrap-table-reorder-columns](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-columns)
4 | Dependence: [dragTable](https://github.com/akottr/dragtable/) v2.0.14 (must include the css file),
5 | [jquery-ui](https://code.jquery.com/ui/) v1.11
6 |
7 |
8 | ## Usage
9 |
10 | ```html
11 |
12 |
13 |
14 |
15 | ```
16 |
17 | ## Options
18 |
19 | ### reorderableColumns
20 |
21 | * type: Boolean
22 | * description: Set true to allow the reorder feature.
23 | * default: `false`
24 |
25 | ### maxMovingRows
26 |
27 | * type: Integer
28 | * description: Moving only the header. Recommended for very large tables (cells > 1000)
29 | * default: `10`
30 |
31 | ### dragaccept
32 |
33 | * type: String
34 | * description: Allow to drag only the rows that have the css class as attribute.
35 | * default: `null`
36 |
37 | ## Events
38 |
39 | ### onReorderColumn(reorder-column.bs.table)
40 |
41 | Fired when the column was dropped, receive as parameter the new header fields order
--------------------------------------------------------------------------------
/dist/locale/bootstrap-table-zh-TW.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Chinese translation
3 | * Author: Zhixin Wen
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['zh-TW'] = {
9 | formatLoadingMessage: function () {
10 | return '正在努力地載入資料,請稍候……';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return '每頁顯示 ' + pageNumber + ' 項記錄';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return '顯示第 ' + pageFrom + ' 到第 ' + pageTo + ' 項記錄,總共 ' + totalRows + ' 項記錄';
17 | },
18 | formatSearch: function () {
19 | return '搜尋';
20 | },
21 | formatNoMatches: function () {
22 | return '沒有找到符合的結果';
23 | },
24 | formatPaginationSwitch: function () {
25 | return '隱藏/顯示分頁';
26 | },
27 | formatRefresh: function () {
28 | return '重新整理';
29 | },
30 | formatToggle: function () {
31 | return '切換';
32 | },
33 | formatColumns: function () {
34 | return '列';
35 | }
36 | };
37 |
38 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['zh-TW']);
39 |
40 | })(jQuery);
41 |
--------------------------------------------------------------------------------
/src/locale/bootstrap-table-zh-TW.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Chinese translation
3 | * Author: Zhixin Wen
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['zh-TW'] = {
9 | formatLoadingMessage: function () {
10 | return '正在努力地載入資料,請稍候……';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return '每頁顯示 ' + pageNumber + ' 項記錄';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return '顯示第 ' + pageFrom + ' 到第 ' + pageTo + ' 項記錄,總共 ' + totalRows + ' 項記錄';
17 | },
18 | formatSearch: function () {
19 | return '搜尋';
20 | },
21 | formatNoMatches: function () {
22 | return '沒有找到符合的結果';
23 | },
24 | formatPaginationSwitch: function () {
25 | return '隱藏/顯示分頁';
26 | },
27 | formatRefresh: function () {
28 | return '重新整理';
29 | },
30 | formatToggle: function () {
31 | return '切換';
32 | },
33 | formatColumns: function () {
34 | return '列';
35 | }
36 | };
37 |
38 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['zh-TW']);
39 |
40 | })(jQuery);
41 |
--------------------------------------------------------------------------------
/dist/extensions/resizable/bootstrap-table-resizable.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * bootstrap-table - v1.11.0 - 2016-07-02
3 | * https://github.com/wenzhixin/bootstrap-table
4 | * Copyright (c) 2016 zhixin wen
5 | * Licensed MIT License
6 | */
7 | !function(a){"use strict";var b=function(a){a.$el.colResizable({disable:!0}),a.$el.colResizable({liveDrag:a.options.liveDrag,fixed:a.options.fixed,headerOnly:a.options.headerOnly,minWidth:a.options.minWidth,hoverCursor:a.options.hoverCursor,dragCursor:a.options.dragCursor,onResize:a.onResize,onDrag:a.options.onResizableDrag})};a.extend(a.fn.bootstrapTable.defaults,{resizable:!1,liveDrag:!1,fixed:!0,headerOnly:!1,minWidth:15,hoverCursor:"e-resize",dragCursor:"e-resize",onResizableResize:function(){return!1},onResizableDrag:function(){return!1}});var c=a.fn.bootstrapTable.Constructor,d=c.prototype.toggleView,e=c.prototype.resetView;c.prototype.toggleView=function(){d.apply(this,Array.prototype.slice.apply(arguments)),this.options.resizable&&this.options.cardView&&a(this.$el).colResizable({disable:!0})},c.prototype.resetView=function(){var a=this;e.apply(this,Array.prototype.slice.apply(arguments)),this.options.resizable&&setTimeout(function(){b(a)},100)},c.prototype.onResize=function(b){var c=a(b.currentTarget);c.bootstrapTable("resetView"),c.data("bootstrap.table").options.onResizableResize.apply(b)}}(jQuery);
--------------------------------------------------------------------------------
/docs/dist/locale/bootstrap-table-zh-TW.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bootstrap Table Chinese translation
3 | * Author: Zhixin Wen
4 | */
5 | (function ($) {
6 | 'use strict';
7 |
8 | $.fn.bootstrapTable.locales['zh-TW'] = {
9 | formatLoadingMessage: function () {
10 | return '正在努力地載入資料,請稍候……';
11 | },
12 | formatRecordsPerPage: function (pageNumber) {
13 | return '每頁顯示 ' + pageNumber + ' 項記錄';
14 | },
15 | formatShowingRows: function (pageFrom, pageTo, totalRows) {
16 | return '顯示第 ' + pageFrom + ' 到第 ' + pageTo + ' 項記錄,總共 ' + totalRows + ' 項記錄';
17 | },
18 | formatSearch: function () {
19 | return '搜尋';
20 | },
21 | formatNoMatches: function () {
22 | return '沒有找到符合的結果';
23 | },
24 | formatPaginationSwitch: function () {
25 | return '隱藏/顯示分頁';
26 | },
27 | formatRefresh: function () {
28 | return '重新整理';
29 | },
30 | formatToggle: function () {
31 | return '切換';
32 | },
33 | formatColumns: function () {
34 | return '列';
35 | }
36 | };
37 |
38 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['zh-TW']);
39 |
40 | })(jQuery);
41 |
--------------------------------------------------------------------------------