【实例简介】
bootstrap-table 组件源码及相关的js和css文件
【实例截图】
【核心代码】
bootstrap-table-master
└── bootstrap-table-master
├── bootstrap-table.jquery.json
├── bower.json
├── CHANGELOG.md
├── composer.json
├── _config.yml
├── CONTRIBUTING.md
├── dist
│ ├── bootstrap-table.css
│ ├── bootstrap-table.js
│ ├── bootstrap-table-locale-all.js
│ ├── bootstrap-table-locale-all.min.js
│ ├── bootstrap-table.min.css
│ ├── bootstrap-table.min.js
│ ├── extensions
│ │ ├── accent-neutralise
│ │ │ ├── bootstrap-table-accent-neutralise.js
│ │ │ └── bootstrap-table-accent-neutralise.min.js
│ │ ├── angular
│ │ │ ├── bootstrap-table-angular.js
│ │ │ └── bootstrap-table-angular.min.js
│ │ ├── cookie
│ │ │ ├── bootstrap-table-cookie.js
│ │ │ └── bootstrap-table-cookie.min.js
│ │ ├── copy-rows
│ │ │ ├── bootstrap-table-copy-rows.js
│ │ │ └── bootstrap-table-copy-rows.min.js
│ │ ├── editable
│ │ │ ├── bootstrap-table-editable.js
│ │ │ └── bootstrap-table-editable.min.js
│ │ ├── export
│ │ │ ├── bootstrap-table-export.js
│ │ │ └── bootstrap-table-export.min.js
│ │ ├── filter
│ │ │ ├── bootstrap-table-filter.js
│ │ │ └── bootstrap-table-filter.min.js
│ │ ├── filter-control
│ │ │ ├── bootstrap-table-filter-control.js
│ │ │ └── bootstrap-table-filter-control.min.js
│ │ ├── flat-json
│ │ │ ├── bootstrap-table-flat-json.js
│ │ │ └── bootstrap-table-flat-json.min.js
│ │ ├── group-by
│ │ │ ├── bootstrap-table-group-by.css
│ │ │ ├── bootstrap-table-group-by.js
│ │ │ └── bootstrap-table-group-by.min.js
│ │ ├── group-by-v2
│ │ │ ├── bootstrap-table-group-by.css
│ │ │ ├── bootstrap-table-group-by.js
│ │ │ └── bootstrap-table-group-by.min.js
│ │ ├── i18n-enhance
│ │ │ ├── bootstrap-table-i18n-enhance.js
│ │ │ └── bootstrap-table-i18n-enhance.min.js
│ │ ├── key-events
│ │ │ ├── bootstrap-table-key-events.js
│ │ │ └── bootstrap-table-key-events.min.js
│ │ ├── mobile
│ │ │ ├── bootstrap-table-mobile.js
│ │ │ └── bootstrap-table-mobile.min.js
│ │ ├── multi-column-toggle
│ │ │ ├── bootstrap-table-multi-toggle.js
│ │ │ └── bootstrap-table-multi-toggle.min.js
│ │ ├── multiple-search
│ │ │ ├── bootstrap-table-multiple-search.js
│ │ │ └── bootstrap-table-multiple-search.min.js
│ │ ├── multiple-sort
│ │ │ ├── bootstrap-table-multiple-sort.js
│ │ │ └── bootstrap-table-multiple-sort.min.js
│ │ ├── natural-sorting
│ │ │ ├── bootstrap-table-natural-sorting.js
│ │ │ └── bootstrap-table-natural-sorting.min.js
│ │ ├── reorder-columns
│ │ │ ├── bootstrap-table-reorder-columns.js
│ │ │ └── bootstrap-table-reorder-columns.min.js
│ │ ├── reorder-rows
│ │ │ ├── bootstrap-table-reorder-rows.css
│ │ │ ├── bootstrap-table-reorder-rows.js
│ │ │ └── bootstrap-table-reorder-rows.min.js
│ │ ├── resizable
│ │ │ ├── bootstrap-table-resizable.js
│ │ │ └── bootstrap-table-resizable.min.js
│ │ ├── select2-filter
│ │ │ ├── bootstrap-table-select2-filter.js
│ │ │ └── bootstrap-table-select2-filter.min.js
│ │ ├── sticky-header
│ │ │ ├── bootstrap-table-sticky-header.css
│ │ │ ├── bootstrap-table-sticky-header.js
│ │ │ └── bootstrap-table-sticky-header.min.js
│ │ └── toolbar
│ │ ├── bootstrap-table-toolbar.js
│ │ └── bootstrap-table-toolbar.min.js
│ └── locale
│ ├── bootstrap-table-af-ZA.js
│ ├── bootstrap-table-af-ZA.min.js
│ ├── bootstrap-table-ar-SA.js
│ ├── bootstrap-table-ar-SA.min.js
│ ├── bootstrap-table-ca-ES.js
│ ├── bootstrap-table-ca-ES.min.js
│ ├── bootstrap-table-cs-CZ.js
│ ├── bootstrap-table-cs-CZ.min.js
│ ├── bootstrap-table-da-DK.js
│ ├── bootstrap-table-da-DK.min.js
│ ├── bootstrap-table-de-DE.js
│ ├── bootstrap-table-de-DE.min.js
│ ├── bootstrap-table-el-GR.js
│ ├── bootstrap-table-el-GR.min.js
│ ├── bootstrap-table-en-US.js
│ ├── bootstrap-table-en-US.min.js
│ ├── bootstrap-table-es-AR.js
│ ├── bootstrap-table-es-AR.min.js
│ ├── bootstrap-table-es-CR.js
│ ├── bootstrap-table-es-CR.min.js
│ ├── bootstrap-table-es-ES.js
│ ├── bootstrap-table-es-ES.min.js
│ ├── bootstrap-table-es-MX.js
│ ├── bootstrap-table-es-MX.min.js
│ ├── bootstrap-table-es-NI.js
│ ├── bootstrap-table-es-NI.min.js
│ ├── bootstrap-table-es-SP.js
│ ├── bootstrap-table-es-SP.min.js
│ ├── bootstrap-table-et-EE.js
│ ├── bootstrap-table-et-EE.min.js
│ ├── bootstrap-table-fa-IR.js
│ ├── bootstrap-table-fa-IR.min.js
│ ├── bootstrap-table-fr-BE.js
│ ├── bootstrap-table-fr-BE.min.js
│ ├── bootstrap-table-fr-FR.js
│ ├── bootstrap-table-fr-FR.min.js
│ ├── bootstrap-table-he-IL.js
│ ├── bootstrap-table-he-IL.min.js
│ ├── bootstrap-table-hr-HR.js
│ ├── bootstrap-table-hr-HR.min.js
│ ├── bootstrap-table-hu-HU.js
│ ├── bootstrap-table-hu-HU.min.js
│ ├── bootstrap-table-it-IT.js
│ ├── bootstrap-table-it-IT.min.js
│ ├── bootstrap-table-ja-JP.js
│ ├── bootstrap-table-ja-JP.min.js
│ ├── bootstrap-table-ka-GE.js
│ ├── bootstrap-table-ka-GE.min.js
│ ├── bootstrap-table-ko-KR.js
│ ├── bootstrap-table-ko-KR.min.js
│ ├── bootstrap-table-ms-MY.js
│ ├── bootstrap-table-ms-MY.min.js
│ ├── bootstrap-table-nb-NO.js
│ ├── bootstrap-table-nb-NO.min.js
│ ├── bootstrap-table-nl-NL.js
│ ├── bootstrap-table-nl-NL.min.js
│ ├── bootstrap-table-pl-PL.js
│ ├── bootstrap-table-pl-PL.min.js
│ ├── bootstrap-table-pt-BR.js
│ ├── bootstrap-table-pt-BR.min.js
│ ├── bootstrap-table-pt-PT.js
│ ├── bootstrap-table-pt-PT.min.js
│ ├── bootstrap-table-ro-RO.js
│ ├── bootstrap-table-ro-RO.min.js
│ ├── bootstrap-table-ru-RU.js
│ ├── bootstrap-table-ru-RU.min.js
│ ├── bootstrap-table-sk-SK.js
│ ├── bootstrap-table-sk-SK.min.js
│ ├── bootstrap-table-sv-SE.js
│ ├── bootstrap-table-sv-SE.min.js
│ ├── bootstrap-table-th-TH.js
│ ├── bootstrap-table-th-TH.min.js
│ ├── bootstrap-table-tr-TR.js
│ ├── bootstrap-table-tr-TR.min.js
│ ├── bootstrap-table-uk-UA.js
│ ├── bootstrap-table-uk-UA.min.js
│ ├── bootstrap-table-ur-PK.js
│ ├── bootstrap-table-ur-PK.min.js
│ ├── bootstrap-table-vi-VN.js
│ ├── bootstrap-table-vi-VN.min.js
│ ├── bootstrap-table-zh-CN.js
│ ├── bootstrap-table-zh-CN.min.js
│ ├── bootstrap-table-zh-TW.js
│ └── bootstrap-table-zh-TW.min.js
├── docs
│ ├── apple-touch-icon.png
│ ├── assets
│ │ ├── bootstrap
│ │ │ ├── css
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap.css.map
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── bootstrap-theme.css
│ │ │ │ ├── bootstrap-theme.css.map
│ │ │ │ └── bootstrap-theme.min.css
│ │ │ ├── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ └── glyphicons-halflings-regular.woff
│ │ │ └── js
│ │ │ ├── bootstrap.js
│ │ │ ├── bootstrap.min.js
│ │ │ └── npm.js
│ │ ├── css
│ │ │ ├── docs.min.css
│ │ │ ├── sidenav.css
│ │ │ └── style.css
│ │ ├── flash
│ │ │ └── ZeroClipboard.swf
│ │ ├── images
│ │ │ ├── alipay.jpg
│ │ │ ├── alipayLogo.png
│ │ │ ├── paypalLogo.png
│ │ │ ├── weixinLogo.png
│ │ │ └── weixin.png
│ │ └── js
│ │ ├── common.js
│ │ ├── customize.min.js
│ │ ├── docs.min.js
│ │ ├── ie10-viewport-bug-workaround.js
│ │ ├── ie8-responsive-file-warning.js
│ │ ├── ie-emulation-modes-warning.js
│ │ ├── jquery.min.js
│ │ └── sidenav.js
│ ├── data
│ │ ├── data1
│ │ │ └── demo.response.json
│ │ ├── data2
│ │ │ └── demo.response.json
│ │ ├── data3
│ │ │ └── demo.response.json
│ │ ├── data4
│ │ │ └── demo.response.json
│ │ ├── data5
│ │ │ └── demo.response.json
│ │ ├── extensions.json
│ │ └── README.md
│ ├── dist
│ │ ├── bootstrap-table.css
│ │ ├── bootstrap-table.js
│ │ ├── bootstrap-table-locale-all.js
│ │ ├── bootstrap-table-locale-all.min.js
│ │ ├── bootstrap-table.min.css
│ │ ├── bootstrap-table.min.js
│ │ ├── extensions
│ │ │ ├── accent-neutralise
│ │ │ │ ├── bootstrap-table-accent-neutralise.js
│ │ │ │ └── bootstrap-table-accent-neutralise.min.js
│ │ │ ├── angular
│ │ │ │ ├── bootstrap-table-angular.js
│ │ │ │ └── bootstrap-table-angular.min.js
│ │ │ ├── cookie
│ │ │ │ ├── bootstrap-table-cookie.js
│ │ │ │ └── bootstrap-table-cookie.min.js
│ │ │ ├── copy-rows
│ │ │ │ ├── bootstrap-table-copy-rows.js
│ │ │ │ └── bootstrap-table-copy-rows.min.js
│ │ │ ├── editable
│ │ │ │ ├── bootstrap-table-editable.js
│ │ │ │ └── bootstrap-table-editable.min.js
│ │ │ ├── export
│ │ │ │ ├── bootstrap-table-export.js
│ │ │ │ └── bootstrap-table-export.min.js
│ │ │ ├── filter
│ │ │ │ ├── bootstrap-table-filter.js
│ │ │ │ └── bootstrap-table-filter.min.js
│ │ │ ├── filter-control
│ │ │ │ ├── bootstrap-table-filter-control.js
│ │ │ │ └── bootstrap-table-filter-control.min.js
│ │ │ ├── flat-json
│ │ │ │ ├── bootstrap-table-flat-json.js
│ │ │ │ └── bootstrap-table-flat-json.min.js
│ │ │ ├── group-by
│ │ │ │ ├── bootstrap-table-group-by.css
│ │ │ │ ├── bootstrap-table-group-by.js
│ │ │ │ └── bootstrap-table-group-by.min.js
│ │ │ ├── group-by-v2
│ │ │ │ ├── bootstrap-table-group-by.css
│ │ │ │ ├── bootstrap-table-group-by.js
│ │ │ │ └── bootstrap-table-group-by.min.js
│ │ │ ├── i18n-enhance
│ │ │ │ ├── bootstrap-table-i18n-enhance.js
│ │ │ │ └── bootstrap-table-i18n-enhance.min.js
│ │ │ ├── key-events
│ │ │ │ ├── bootstrap-table-key-events.js
│ │ │ │ └── bootstrap-table-key-events.min.js
│ │ │ ├── mobile
│ │ │ │ ├── bootstrap-table-mobile.js
│ │ │ │ └── bootstrap-table-mobile.min.js
│ │ │ ├── multi-column-toggle
│ │ │ │ ├── bootstrap-table-multi-toggle.js
│ │ │ │ └── bootstrap-table-multi-toggle.min.js
│ │ │ ├── multiple-search
│ │ │ │ ├── bootstrap-table-multiple-search.js
│ │ │ │ └── bootstrap-table-multiple-search.min.js
│ │ │ ├── multiple-sort
│ │ │ │ ├── bootstrap-table-multiple-sort.js
│ │ │ │ └── bootstrap-table-multiple-sort.min.js
│ │ │ ├── natural-sorting
│ │ │ │ ├── bootstrap-table-natural-sorting.js
│ │ │ │ └── bootstrap-table-natural-sorting.min.js
│ │ │ ├── reorder-columns
│ │ │ │ ├── bootstrap-table-reorder-columns.js
│ │ │ │ └── bootstrap-table-reorder-columns.min.js
│ │ │ ├── reorder-rows
│ │ │ │ ├── bootstrap-table-reorder-rows.css
│ │ │ │ ├── bootstrap-table-reorder-rows.js
│ │ │ │ └── bootstrap-table-reorder-rows.min.js
│ │ │ ├── resizable
│ │ │ │ ├── bootstrap-table-resizable.js
│ │ │ │ └── bootstrap-table-resizable.min.js
│ │ │ ├── select2-filter
│ │ │ │ ├── bootstrap-table-select2-filter.js
│ │ │ │ └── bootstrap-table-select2-filter.min.js
│ │ │ ├── sticky-header
│ │ │ │ ├── bootstrap-table-sticky-header.css
│ │ │ │ ├── bootstrap-table-sticky-header.js
│ │ │ │ └── bootstrap-table-sticky-header.min.js
│ │ │ └── toolbar
│ │ │ ├── bootstrap-table-toolbar.js
│ │ │ └── bootstrap-table-toolbar.min.js
│ │ └── locale
│ │ ├── bootstrap-table-af-ZA.js
│ │ ├── bootstrap-table-af-ZA.min.js
│ │ ├── bootstrap-table-ar-SA.js
│ │ ├── bootstrap-table-ar-SA.min.js
│ │ ├── bootstrap-table-ca-ES.js
│ │ ├── bootstrap-table-ca-ES.min.js
│ │ ├── bootstrap-table-cs-CZ.js
│ │ ├── bootstrap-table-cs-CZ.min.js
│ │ ├── bootstrap-table-da-DK.js
│ │ ├── bootstrap-table-da-DK.min.js
│ │ ├── bootstrap-table-de-DE.js
│ │ ├── bootstrap-table-de-DE.min.js
│ │ ├── bootstrap-table-el-GR.js
│ │ ├── bootstrap-table-el-GR.min.js
│ │ ├── bootstrap-table-en-US.js
│ │ ├── bootstrap-table-en-US.min.js
│ │ ├── bootstrap-table-es-AR.js
│ │ ├── bootstrap-table-es-AR.min.js
│ │ ├── bootstrap-table-es-CR.js
│ │ ├── bootstrap-table-es-CR.min.js
│ │ ├── bootstrap-table-es-ES.js
│ │ ├── bootstrap-table-es-ES.min.js
│ │ ├── bootstrap-table-es-MX.js
│ │ ├── bootstrap-table-es-MX.min.js
│ │ ├── bootstrap-table-es-NI.js
│ │ ├── bootstrap-table-es-NI.min.js
│ │ ├── bootstrap-table-es-SP.js
│ │ ├── bootstrap-table-es-SP.min.js
│ │ ├── bootstrap-table-et-EE.js
│ │ ├── bootstrap-table-et-EE.min.js
│ │ ├── bootstrap-table-fa-IR.js
│ │ ├── bootstrap-table-fa-IR.min.js
│ │ ├── bootstrap-table-fr-BE.js
│ │ ├── bootstrap-table-fr-BE.min.js
│ │ ├── bootstrap-table-fr-FR.js
│ │ ├── bootstrap-table-fr-FR.min.js
│ │ ├── bootstrap-table-he-IL.js
│ │ ├── bootstrap-table-he-IL.min.js
│ │ ├── bootstrap-table-hr-HR.js
│ │ ├── bootstrap-table-hr-HR.min.js
│ │ ├── bootstrap-table-hu-HU.js
│ │ ├── bootstrap-table-hu-HU.min.js
│ │ ├── bootstrap-table-it-IT.js
│ │ ├── bootstrap-table-it-IT.min.js
│ │ ├── bootstrap-table-ja-JP.js
│ │ ├── bootstrap-table-ja-JP.min.js
│ │ ├── bootstrap-table-ka-GE.js
│ │ ├── bootstrap-table-ka-GE.min.js
│ │ ├── bootstrap-table-ko-KR.js
│ │ ├── bootstrap-table-ko-KR.min.js
│ │ ├── bootstrap-table-ms-MY.js
│ │ ├── bootstrap-table-ms-MY.min.js
│ │ ├── bootstrap-table-nb-NO.js
│ │ ├── bootstrap-table-nb-NO.min.js
│ │ ├── bootstrap-table-nl-NL.js
│ │ ├── bootstrap-table-nl-NL.min.js
│ │ ├── bootstrap-table-pl-PL.js
│ │ ├── bootstrap-table-pl-PL.min.js
│ │ ├── bootstrap-table-pt-BR.js
│ │ ├── bootstrap-table-pt-BR.min.js
│ │ ├── bootstrap-table-pt-PT.js
│ │ ├── bootstrap-table-pt-PT.min.js
│ │ ├── bootstrap-table-ro-RO.js
│ │ ├── bootstrap-table-ro-RO.min.js
│ │ ├── bootstrap-table-ru-RU.js
│ │ ├── bootstrap-table-ru-RU.min.js
│ │ ├── bootstrap-table-sk-SK.js
│ │ ├── bootstrap-table-sk-SK.min.js
│ │ ├── bootstrap-table-sv-SE.js
│ │ ├── bootstrap-table-sv-SE.min.js
│ │ ├── bootstrap-table-th-TH.js
│ │ ├── bootstrap-table-th-TH.min.js
│ │ ├── bootstrap-table-tr-TR.js
│ │ ├── bootstrap-table-tr-TR.min.js
│ │ ├── bootstrap-table-uk-UA.js
│ │ ├── bootstrap-table-uk-UA.min.js
│ │ ├── bootstrap-table-ur-PK.js
│ │ ├── bootstrap-table-ur-PK.min.js
│ │ ├── bootstrap-table-vi-VN.js
│ │ ├── bootstrap-table-vi-VN.min.js
│ │ ├── bootstrap-table-zh-CN.js
│ │ ├── bootstrap-table-zh-CN.min.js
│ │ ├── bootstrap-table-zh-TW.js
│ │ └── bootstrap-table-zh-TW.min.js
│ ├── documentation.md
│ ├── donate.md
│ ├── examples.md
│ ├── extensions.md
│ ├── faq.md
│ ├── favicon.ico
│ ├── getting-started.md
│ ├── _i18n
│ │ ├── en
│ │ │ ├── documentation
│ │ │ │ ├── column-options.md
│ │ │ │ ├── events.md
│ │ │ │ ├── localizations.md
│ │ │ │ ├── methods.md
│ │ │ │ └── table-options.md
│ │ │ ├── donate.md
│ │ │ ├── faq
│ │ │ │ └── faq.md
│ │ │ ├── footer.html
│ │ │ ├── getting-started
│ │ │ │ ├── download.md
│ │ │ │ ├── grunt.md
│ │ │ │ ├── usage.md
│ │ │ │ └── whats-include.md
│ │ │ └── home
│ │ │ └── feature.md
│ │ ├── en.yml
│ │ ├── es
│ │ │ ├── documentation
│ │ │ │ ├── column-options.md
│ │ │ │ ├── events.md
│ │ │ │ ├── localizations.md
│ │ │ │ ├── methods.md
│ │ │ │ └── table-options.md
│ │ │ ├── donate.md
│ │ │ ├── faq
│ │ │ │ └── faq.md
│ │ │ ├── footer.html
│ │ │ ├── getting-started
│ │ │ │ ├── download.md
│ │ │ │ ├── grunt.md
│ │ │ │ ├── usage.md
│ │ │ │ └── whats-include.md
│ │ │ └── home
│ │ │ └── feature.md
│ │ ├── es.yml
│ │ ├── zh-cn
│ │ │ ├── documentation
│ │ │ │ ├── column-options.md
│ │ │ │ ├── events.md
│ │ │ │ ├── localizations.md
│ │ │ │ ├── methods.md
│ │ │ │ └── table-options.md
│ │ │ ├── donate.md
│ │ │ ├── faq
│ │ │ │ └── faq.md
│ │ │ ├── footer.html
│ │ │ ├── getting-started
│ │ │ │ ├── download.md
│ │ │ │ ├── grunt.md
│ │ │ │ ├── usage.md
│ │ │ │ └── whats-include.md
│ │ │ └── home
│ │ │ └── feature.md
│ │ └── zh-cn.yml
│ ├── _includes
│ │ ├── footer.html
│ │ ├── header.html
│ │ ├── latest-release.md
│ │ ├── nav.html
│ │ └── social-buttons.html
│ ├── index.md
│ ├── _layouts
│ │ ├── default.html
│ │ └── home.html
│ ├── LICENSE
│ ├── _plugins
│ │ ├── markdown-tag.rb
│ │ └── multiple-languages.rb
│ ├── README.md
│ ├── robots.txt
│ └── sitemap.xml
├── DONATORS.md
├── Gruntfile.js
├── LICENSE
├── package.json
├── README.md
└── src
├── bootstrap-table.css
├── bootstrap-table.js
├── extensions
│ ├── accent-neutralise
│ │ ├── bootstrap-table-accent-neutralise.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── angular
│ │ └── bootstrap-table-angular.js
│ ├── cookie
│ │ ├── bootstrap-table-cookie.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── copy-rows
│ │ ├── bootstrap-table-copy-rows.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── editable
│ │ ├── bootstrap-table-editable.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── export
│ │ ├── bootstrap-table-export.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── filter
│ │ ├── bootstrap-table-filter.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── filter-control
│ │ ├── bootstrap-table-filter-control.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── flat-json
│ │ ├── bootstrap-table-flat-json.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── group-by
│ │ ├── bootstrap-table-group-by.css
│ │ ├── bootstrap-table-group-by.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── group-by-v2
│ │ ├── bootstrap-table-group-by.css
│ │ ├── bootstrap-table-group-by.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── i18n-enhance
│ │ ├── bootstrap-table-i18n-enhance.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── key-events
│ │ ├── bootstrap-table-key-events.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── mobile
│ │ ├── bootstrap-table-mobile.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── multi-column-toggle
│ │ ├── bootstrap-table-multi-toggle.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── multiple-search
│ │ ├── bootstrap-table-multiple-search.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── multiple-sort
│ │ ├── bootstrap-table-multiple-sort.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── natural-sorting
│ │ ├── bootstrap-table-natural-sorting.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── reorder-columns
│ │ ├── bootstrap-table-reorder-columns.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── reorder-rows
│ │ ├── bootstrap-table-reorder-rows.css
│ │ ├── bootstrap-table-reorder-rows.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── resizable
│ │ ├── bootstrap-table-resizable.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── select2-filter
│ │ ├── bootstrap-table-select2-filter.js
│ │ ├── extension.json
│ │ └── README.md
│ ├── sticky-header
│ │ ├── bootstrap-table-sticky-header.css
│ │ ├── bootstrap-table-sticky-header.js
│ │ ├── extension.json
│ │ └── README.md
│ └── toolbar
│ ├── bootstrap-table-toolbar.js
│ ├── extension.json
│ └── README.md
└── locale
├── bootstrap-table-af-ZA.js
├── bootstrap-table-ar-SA.js
├── bootstrap-table-ca-ES.js
├── bootstrap-table-cs-CZ.js
├── bootstrap-table-da-DK.js
├── bootstrap-table-de-DE.js
├── bootstrap-table-el-GR.js
├── bootstrap-table-en-US.js
├── bootstrap-table-en-US.js.template
├── bootstrap-table-es-AR.js
├── bootstrap-table-es-CR.js
├── bootstrap-table-es-ES.js
├── bootstrap-table-es-MX.js
├── bootstrap-table-es-NI.js
├── bootstrap-table-es-SP.js
├── bootstrap-table-et-EE.js
├── bootstrap-table-fa-IR.js
├── bootstrap-table-fr-BE.js
├── bootstrap-table-fr-FR.js
├── bootstrap-table-he-IL.js
├── bootstrap-table-hr-HR.js
├── bootstrap-table-hu-HU.js
├── bootstrap-table-it-IT.js
├── bootstrap-table-ja-JP.js
├── bootstrap-table-ka-GE.js
├── bootstrap-table-ko-KR.js
├── bootstrap-table-ms-MY.js
├── bootstrap-table-nb-NO.js
├── bootstrap-table-nl-NL.js
├── bootstrap-table-pl-PL.js
├── bootstrap-table-pt-BR.js
├── bootstrap-table-pt-PT.js
├── bootstrap-table-ro-RO.js
├── bootstrap-table-ru-RU.js
├── bootstrap-table-sk-SK.js
├── bootstrap-table-sv-SE.js
├── bootstrap-table-th-TH.js
├── bootstrap-table-tr-TR.js
├── bootstrap-table-uk-UA.js
├── bootstrap-table-ur-PK.js
├── bootstrap-table-vi-VN.js
├── bootstrap-table-zh-CN.js
├── bootstrap-table-zh-TW.js
└── README.md
117 directories, 516 files