-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ d24c460 🚀
- Loading branch information
Showing
28 changed files
with
141 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
window._config = { | ||
isDebug: location.hash.slice(1) === 'is-debug' || | ||
['localhost', '127.0.0.1', 'dev.bootstrap-table.com'].indexOf(location.hostname) > -1, | ||
cdnUrl: 'https://cdn.jsdelivr.net/npm/[email protected].1/dist/', | ||
cdnUrl: 'https://cdn.jsdelivr.net/npm/[email protected].2/dist/', | ||
localUrl: '../bootstrap-table/src/', | ||
testUrl: '/src/' | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
<script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script> | ||
<script src="assets/js/template.js?v=914"></script> | ||
<script src="assets/js/template.js?v=924"></script> | ||
</head> | ||
<body> | ||
<div id="example"></div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
<script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<script src="assets/js/template.js?v=914"></script> | ||
<script src="assets/js/template.js?v=924"></script> | ||
</head> | ||
<body> | ||
<div id="example"></div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script> | ||
<script src="assets/js/template.js?v=914"></script> | ||
<script src="assets/js/template.js?v=924"></script> | ||
</head> | ||
<body> | ||
<div id="example"></div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
|
||
<script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/foundation.min.js"></script> | ||
<script src="assets/js/template.js?v=914"></script> | ||
<script src="assets/js/template.js?v=924"></script> | ||
</head> | ||
<body> | ||
<div id="example"></div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
<script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/materialize.min.js"></script> | ||
<script src="assets/js/template.js?v=914"></script> | ||
<script src="assets/js/template.js?v=924"></script> | ||
</head> | ||
<body> | ||
<div id="example"></div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
<script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.js"></script> | ||
<script src="assets/js/template.js?v=914"></script> | ||
<script src="assets/js/template.js?v=924"></script> | ||
</head> | ||
<body> | ||
<div id="example"></div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
<script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<script src="assets/js/template.js?v=914"></script> | ||
<script src="assets/js/template.js?v=924"></script> | ||
</head> | ||
<body> | ||
<div id="example"></div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/themes/algolia-min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/hover.min.css"> | ||
<link rel="stylesheet" href="assets/css/docs.min.css"> | ||
<link rel="stylesheet" href="assets/css/index.css?v=914"> | ||
<link rel="stylesheet" href="assets/css/index.css?v=924"> | ||
<!-- Favicons --> | ||
<link rel="apple-touch-icon" href="favicon.png"> | ||
<link rel="icon" href="favicon.png"> | ||
|
@@ -161,6 +161,7 @@ | |
<li><a href="#options/basic-columns.html">Basic Columns</a></li> | ||
<li><a href="#options/buttons.html">Buttons Custom</a></li> | ||
<li><a href="#options/buttons-align.html">Buttons Align</a></li> | ||
<li><a href="#options/buttons-attribute-title.html">Buttons Attribute Title</a></li> | ||
<li data-show="bootstrap3,bootstrap4,"><a href="#options/buttons-class.html">Buttons Class</a></li> | ||
<li><a href="#options/buttons-order.html">Buttons Order</a></li> | ||
<li data-show="bootstrap3,bootstrap4,"><a href="#options/buttons-prefix.html">Buttons Prefix</a></li> | ||
|
@@ -596,5 +597,5 @@ | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/algoliasearchLite.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch.production.min.js"></script> | ||
<script src="assets/js/docs.min.js"></script> | ||
<script src="assets/js/index.js?v=914"></script> | ||
<script src="assets/js/index.js?v=924"></script> | ||
</body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<script> | ||
init({ | ||
title: 'Buttons Attribute Title', | ||
desc: 'Customize the title attribute of the toolbar buttons, which is mainly used to customize the toolbar style.', | ||
links: [ | ||
'https://unpkg.com/[email protected]/src/hint-css.css', | ||
'bootstrap-table.min.css' | ||
], | ||
scripts: [ | ||
'https://unpkg.com/[email protected]/src/hint-css.js', | ||
'bootstrap-table.min.js' | ||
] | ||
}) | ||
</script> | ||
|
||
<table | ||
id="table" | ||
data-toggle="table" | ||
data-height="460" | ||
data-search="true" | ||
data-show-pagination-switch="true" | ||
data-show-refresh="true" | ||
data-show-toggle="true" | ||
data-show-columns="true" | ||
data-show-fullscreen="true" | ||
data-buttons-attribute-title="data-hint" | ||
data-url="json/data1.json"> | ||
<thead> | ||
<tr> | ||
<th data-field="id">ID</th> | ||
<th data-field="name">Item Name</th> | ||
<th data-field="price">Item Price</th> | ||
</tr> | ||
</thead> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
links: ['bootstrap-table.min.css'], | ||
scripts: [ | ||
'bootstrap-table.min.js', | ||
'https://cdn.jsdelivr.net/npm/[email protected].1/dist/bootstrap-table-locale-all.min.js' | ||
'https://cdn.jsdelivr.net/npm/[email protected].2/dist/bootstrap-table-locale-all.min.js' | ||
] | ||
}) | ||
</script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/hint.min.css"> | ||
<link rel="stylesheet" href="assets/css/docs.min.css"> | ||
<link rel="stylesheet" href="assets/css/template.css?v=914"> | ||
<link rel="stylesheet" href="assets/css/template.css?v=924"> | ||
<style> | ||
.form-inline .form-group { | ||
display: inline; | ||
|
@@ -31,7 +31,7 @@ | |
<script src="https://cdn.jsdelivr.net/npm/@highlightjs/[email protected]/highlight.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/marked.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/flexibility.min.js"></script> | ||
<script src="assets/js/template.js?v=914"></script> | ||
<script src="assets/js/template.js?v=924"></script> | ||
|
||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132747866-1"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,15 +15,15 @@ | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@highlightjs/[email protected]/styles/default.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/hint.min.css"> | ||
<link rel="stylesheet" href="assets/css/docs.min.css"> | ||
<link rel="stylesheet" href="assets/css/template.css?v=914"> | ||
<link rel="stylesheet" href="assets/css/template.css?v=924"> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/sprintf.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@highlightjs/[email protected]/highlight.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/marked.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/flexibility.min.js"></script> | ||
<script src="assets/js/template.js?v=914"></script> | ||
<script src="assets/js/template.js?v=924"></script> | ||
|
||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132747866-1"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@highlightjs/[email protected]/styles/default.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/hint.min.css"> | ||
<link rel="stylesheet" href="assets/css/docs.min.css"> | ||
<link rel="stylesheet" href="assets/css/template.css?v=914"> | ||
<link rel="stylesheet" href="assets/css/template.css?v=924"> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script> | ||
|
@@ -22,7 +22,7 @@ | |
<script src="https://cdn.jsdelivr.net/npm/@highlightjs/[email protected]/highlight.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/marked.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/flexibility.min.js"></script> | ||
<script src="assets/js/template.js?v=914"></script> | ||
<script src="assets/js/template.js?v=924"></script> | ||
|
||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132747866-1"></script> | ||
|
Oops, something went wrong.