js表格插件html css,bootstrap-table插件相关的css和js文件

这篇博客详细介绍了bootstrap-table插件的源码结构,包括核心的CSS和JS文件,以及丰富的扩展功能如accent-neutralise、editable、export等。文章通过目录结构展示了所有相关文件,帮助读者了解如何在实际项目中使用和定制这个表格组件。
摘要由CSDN通过智能技术生成

【实例简介】

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-

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值