实例介绍
bootstrap-table-reorder-columns表格拖拽排序列的一个插件
【实例截图】
【核心代码】
cccc
└── cccc
├── bootstrap
│ ├── css
│ │ ├── bootstrap.css
│ │ ├── bootstrap.css.map
│ │ ├── bootstrap-datetimepicker.css
│ │ ├── bootstrap.min.css
│ │ ├── bootstrap.min.css.map
│ │ ├── bootstrap-responsive.css
│ │ ├── bootstrap-responsive.min.css
│ │ ├── bootstrap-theme.css
│ │ ├── bootstrap-theme.css.map
│ │ ├── bootstrap-theme.min.css
│ │ ├── bootstrap-theme.min.css.map
│ │ └── dragtable.css
│ ├── fonts
│ │ ├── glyphicons-halflings-regular.eot
│ │ ├── glyphicons-halflings-regular.svg
│ │ ├── glyphicons-halflings-regular.ttf
│ │ ├── glyphicons-halflings-regular.woff
│ │ └── glyphicons-halflings-regular.woff2
│ └── js
│ ├── bootstrap-datetimepicker.min.js
│ ├── bootstrap-datetimepicker.zh-CN.js
│ ├── bootstrap.js
│ ├── bootstrap.min.js
│ ├── colResizable-1.5.source.js
│ ├── colResizable-1.6.js
│ ├── custom.js
│ ├── jquery-1.9.1.min.js
│ ├── jquery.dragtable.js
│ ├── jquery.min.js
│ ├── jquery.tablednd.js
│ ├── npm.js
│ └── tableExport.js
├── bootstrap-table
│ ├── bootstrap-table2.js
│ ├── bootstrap-table3.js
│ ├── bootstrap-table.css
│ ├── bootstrap-table.js
│ ├── extensions
│ │ ├── accent-neutralise
│ │ │ ├── bootstrap-table-accent-neutralise.js
│ │ │ ├── extension.json
│ │ │ └── README.md
│ │ ├── angular
│ │ │ └── bootstrap-table-angular.js
│ │ ├── auto-refresh
│ │ │ ├── bootstrap-table-auto-refresh.css
│ │ │ ├── bootstrap-table-auto-refresh.js
│ │ │ ├── extension.json
│ │ │ └── README.md
│ │ ├── click-edit-row
│ │ │ ├── bootstrap-table-click-edit-row.css
│ │ │ ├── bootstrap-table-click-edit-row.js
│ │ │ └── README.md
│ │ ├── cookie
│ │ │ ├── bootstrap-table-cookie.js
│ │ │ ├── bootstrap-table-cookie.min.js
│ │ │ ├── extension.json
│ │ │ └── README.md
│ │ ├── copy-rows
│ │ │ ├── bootstrap-table-copy-rows.js
│ │ │ ├── extension.json
│ │ │ └── README.md
│ │ ├── editable
│ │ │ ├── bootstrap-table-editable.js
│ │ │ ├── bootstrap-table-editable.min.js
│ │ │ ├── extension.json
│ │ │ └── README.md
│ │ ├── export
│ │ │ ├── bootstrap-table-export.js
│ │ │ ├── bootstrap-table-export.min.js
│ │ │ ├── extension.json
│ │ │ └── README.md
│ │ ├── filter
│ │ │ ├── bootstrap-table-filter.js
│ │ │ ├── bootstrap-table-filter.min.js
│ │ │ ├── extension.json
│ │ │ └── README.md
│ │ ├── filter-control
│ │ │ ├── bootstrap-table-filter-control.css
│ │ │ ├── bootstrap-table-filter-control.js
│ │ │ ├── extension.json
│ │ │ └── README.md
│ │ ├── flat-json
│ │ │ ├── bootstrap-table-flat-json.js
│ │ │ ├── extension.json
│ │ │ └── README.md
│ │ ├── flatJSON
│ │ │ ├── bootstrap-table-flatJSON.js
│ │ │ └── bootstrap-table-flatJSON.min.js
│ │ ├── 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-selection-row
│ │ │ ├── bootstrap-table-multiple-selection-row.css
│ │ │ ├── bootstrap-table-multiple-selection-row.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
│ │ │ ├── bootstrap-table-print.js
│ │ │ └── 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
│ │ │ ├── bootstrap-table-resizable.min.js
│ │ │ ├── extension.json
│ │ │ └── README.md
│ │ ├── select2-filter
│ │ │ ├── bootstrap-table-select2-filter.js
│ │ │ ├── extension.json
│ │ │ └── README.md
│ │ ├── sorting
│ │ │ ├── bootstrap-table_natural-sorting.js
│ │ │ └── bootstrap-table_natural-sorting.min.js
│ │ ├── sticky-header
│ │ │ ├── bootstrap-table-sticky-header.css
│ │ │ ├── bootstrap-table-sticky-header.js
│ │ │ ├── extension.json
│ │ │ └── README.md
│ │ ├── toolbar
│ │ │ ├── bootstrap-table-toolbar.js
│ │ │ ├── bootstrap-table-toolbar.min.js
│ │ │ ├── extension.json
│ │ │ └── README.md
│ │ └── tree-column
│ │ ├── bootstrap-table-tree-column.css
│ │ ├── bootstrap-table-tree-column.js
│ │ ├── bootstrap-table-tree-column.less
│ │ ├── extension.json
│ │ └── icon.png
│ ├── locale
│ │ ├── bootstrap-table-af-ZA.js
│ │ ├── bootstrap-table-ar-SA.js
│ │ ├── bootstrap-table-ar-SA.min.js
│ │ ├── bootstrap-table-ca-ES.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.js.template
│ │ ├── bootstrap-table-en-US.min.js
│ │ ├── bootstrap-table-es-AR.js
│ │ ├── bootstrap-table-es-AR.min.js
│ │ ├── bootstrap-table-es-CL.js
│ │ ├── bootstrap-table-es-CR.js
│ │ ├── bootstrap-table-es-CR.min.js
│ │ ├── bootstrap-table-es-ES.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-eu-EU.js
│ │ ├── bootstrap-table-fa-IR.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-hr-HR.js
│ │ ├── bootstrap-table-hu-HU.js
│ │ ├── bootstrap-table-hu-HU.min.js
│ │ ├── bootstrap-table-id-ID.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-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-uz-Latn-UZ.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
│ │ └── README.md
│ └── 复制 bootstrap-table3.js
├── jquery-ui-1.11.4.custom
│ ├── external
│ │ └── jquery
│ │ └── jquery.js
│ ├── images
│ │ ├── ui-icons_444444_256x240.png
│ │ ├── ui-icons_555555_256x240.png
│ │ ├── ui-icons_777620_256x240.png
│ │ ├── ui-icons_777777_256x240.png
│ │ ├── ui-icons_cc0000_256x240.png
│ │ └── ui-icons_ffffff_256x240.png
│ ├── index.html
│ ├── jquery-ui.css
│ ├── jquery-ui.js
│ ├── jquery-ui.min.css
│ ├── jquery-ui.min.js
│ ├── jquery-ui.structure.css
│ ├── jquery-ui.structure.min.css
│ ├── jquery-ui.theme.css
│ └── jquery-ui.theme.min.css
├── json
│ └── data1.json
├── test_reorder-columns.html
├── 空白.txt
└── 说明.txt
44 directories, 240 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论