Browse Source

Deploy to GitHub Pages: 06b7b2e91b17b3a4f7440ad847506583550dc6c5

Travis CI 7 years ago
parent
commit
2cc80ac87f
63 changed files with 1987 additions and 510 deletions
  1. 122 13
      assets/css/style.css
  2. BIN
      assets/images/bootstrap3.png
  3. BIN
      assets/images/bootstrap4.png
  4. BIN
      assets/images/bulma.png
  5. BIN
      assets/images/foundation.png
  6. BIN
      assets/images/materialize.png
  7. BIN
      assets/images/semantic.png
  8. 8 11
      docs/about/license/index.html
  9. 8 11
      docs/about/overview/index.html
  10. 8 11
      docs/about/team/index.html
  11. 7 10
      docs/about/translations/index.html
  12. 7 10
      docs/api/column-options/index.html
  13. 7 10
      docs/api/events/index.html
  14. 7 10
      docs/api/localizations/index.html
  15. 7 10
      docs/api/methods/index.html
  16. 7 10
      docs/api/table-options/index.html
  17. 7 10
      docs/extensions/accent-neutralise/index.html
  18. 7 10
      docs/extensions/addrbar/index.html
  19. 7 10
      docs/extensions/auto-refresh/index.html
  20. 7 10
      docs/extensions/cookie/index.html
  21. 7 10
      docs/extensions/copy-rows/index.html
  22. 7 10
      docs/extensions/defer-url/index.html
  23. 7 10
      docs/extensions/editable/index.html
  24. 7 10
      docs/extensions/export/index.html
  25. 7 10
      docs/extensions/filter-control/index.html
  26. 7 10
      docs/extensions/group-by-v2/index.html
  27. 7 10
      docs/extensions/group-by/index.html
  28. 7 10
      docs/extensions/i18n-enhance/index.html
  29. 7 10
      docs/extensions/key-events/index.html
  30. 7 10
      docs/extensions/mobile/index.html
  31. 7 10
      docs/extensions/multi-column-toggle/index.html
  32. 7 10
      docs/extensions/multiple-search/index.html
  33. 7 10
      docs/extensions/multiple-selection-row/index.html
  34. 7 10
      docs/extensions/multiple-sort/index.html
  35. 7 10
      docs/extensions/natural-sorting/index.html
  36. 7 10
      docs/extensions/page-jump-to/index.html
  37. 7 10
      docs/extensions/print/index.html
  38. 7 10
      docs/extensions/reorder-columns/index.html
  39. 7 10
      docs/extensions/reorder-rows/index.html
  40. 7 10
      docs/extensions/resizable/index.html
  41. 7 10
      docs/extensions/select2-filter/index.html
  42. 7 10
      docs/extensions/sticky-header/index.html
  43. 7 10
      docs/extensions/toolbar/index.html
  44. 7 10
      docs/extensions/treegrid/index.html
  45. 7 10
      docs/faq/index.html
  46. 8 11
      docs/getting-started/browsers-devices/index.html
  47. 10 13
      docs/getting-started/build-tools/index.html
  48. 7 10
      docs/getting-started/contents/index.html
  49. 11 14
      docs/getting-started/download/index.html
  50. 12 17
      docs/getting-started/introduction/index.html
  51. 7 10
      docs/getting-started/usage/index.html
  52. 8 11
      donate/index.html
  53. 12 15
      index.html
  54. 26 12
      news/index.html
  55. 1 1
      redirects.json
  56. 18 0
      sitemap.xml
  57. 231 0
      themes/bootstrap3/index.html
  58. 11 0
      themes/bootstrap4.html
  59. 235 0
      themes/bulma/index.html
  60. 236 0
      themes/foundation/index.html
  61. 291 0
      themes/index.html
  62. 236 0
      themes/materialize/index.html
  63. 236 0
      themes/semantic/index.html

+ 122 - 13
assets/css/style.css

@@ -11,6 +11,7 @@
   max-height: 200px;
 }
 
+.donate th,
 .donate td {
   text-align: center;
   vertical-align: middle !important;
@@ -25,7 +26,7 @@
   vertical-align: middle;
 }
 
-#share-buttons > a {
+#share-buttons>a {
   position: relative;
   text-align: left;
   height: 36px;
@@ -35,7 +36,7 @@
   color: silver;
 }
 
-#share-buttons > a {
+#share-buttons>a {
   position: relative;
   text-align: left;
   height: 36px;
@@ -45,38 +46,38 @@
   color: silver;
 }
 
-#share-buttons > a > svg {
+#share-buttons>a>svg {
   height: 18px;
   fill: #d5d5d5;
   margin-top: 9px;
 }
 
-#share-buttons > .github:hover,
-#share-buttons > .github:hover svg {
+#share-buttons>.github:hover,
+#share-buttons>.github:hover svg {
   color: #000;
   fill: #000;
 }
 
-#share-buttons > .twitter:hover,
-#share-buttons > .twitter:hover svg {
+#share-buttons>.twitter:hover,
+#share-buttons>.twitter:hover svg {
   color: #55acee;
   fill: #55acee;
 }
 
-#share-buttons > .facebook:hover,
-#share-buttons > .facebook:hover svg {
+#share-buttons>.facebook:hover,
+#share-buttons>.facebook:hover svg {
   color: #3b5998;
   fill: #3b5998;
 }
 
-#share-buttons > .linkedin:hover,
-#share-buttons > .linkedin:hover svg {
+#share-buttons>.linkedin:hover,
+#share-buttons>.linkedin:hover svg {
   color: #0077b5;
   fill: #0077b5;
 }
 
-#share-buttons > .mail:hover,
-#share-buttons > .mail:hover svg {
+#share-buttons>.mail:hover,
+#share-buttons>.mail:hover svg {
   color: #7d7d7d;
   fill: #7d7d7d;
 }
@@ -93,3 +94,111 @@
   margin-bottom: 1rem;
   color: #767676;
 }
+
+.btn-brand {
+  background: #7952B3;
+  color: #ffffff;
+}
+
+.btn-brand:hover {
+  background: #614092;
+  color: #ffffff;
+}
+
+.theme-card {
+  margin-bottom: 1rem;
+  display: block;
+  font-size: 14px;
+  -webkit-perspective: 1000px;
+  perspective: 1000px;
+}
+
+.theme-cards__title {
+  margin-bottom: 0;
+  font-size: 20px;
+}
+
+.theme-card__body {
+  position: relative;
+  display: block;
+  -webkit-transition: all .2s ease-out;
+  transition: all .2s ease-out;
+  height: 0;
+  padding-bottom: 74.5%;
+  background-color: #E5E9EF;
+  border-radius: 8px;
+  -webkit-box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.06);
+  box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.06);
+  -webkit-transition: all .5s ease-out;
+  transition: all .5s ease-out;
+}
+
+.theme-card__body img,
+.theme-card__body .theme-card__img {
+  border-radius: 8px;
+  width: 100% !important;
+}
+
+.theme-card__body a.d-block {
+  height: 0;
+  padding-bottom: 74.5%;
+  overflow: hidden;
+}
+
+.theme-card__body:hover .theme-card__body__overlay,
+.theme-card__body:focus .theme-card__body__overlay {
+  opacity: 1;
+  visibility: visible;
+}
+
+.theme-card__body__overlay {
+  position: absolute;
+  right: 10px;
+  bottom: 10px;
+  opacity: 0;
+  visibility: hidden;
+}
+
+.theme-card__footer {
+  padding: 15px 8px;
+  color: #343434;
+}
+
+@media (max-width: 991px) {
+  .theme-card__footer {
+    padding-left: 2px;
+    padding-right: 2px;
+  }
+}
+
+@media (min-width: 576px) {
+  .theme-card__footer__item+.theme-card__footer__item {
+    text-align: right;
+  }
+}
+
+.theme-card__title,
+.theme-card__title:hover,
+.theme-card__title:focus {
+  font-weight: 500;
+  color: inherit;
+  font-size: 18px;
+}
+
+.theme-card__info {
+  font-size: 13px;
+  color: #838E95;
+  position: relative;
+  white-space: nowrap;
+  text-overflow: ellipsis;
+  overflow: hidden;
+}
+
+.theme-card__info a {
+  color: #838E95;
+}
+
+.fa-link {
+  font-size: 20px;
+  color: #333;
+}

BIN
assets/images/bootstrap3.png


BIN
assets/images/bootstrap4.png


BIN
assets/images/bulma.png


BIN
assets/images/foundation.png


BIN
assets/images/materialize.png


BIN
assets/images/semantic.png


File diff suppressed because it is too large
+ 8 - 11
docs/about/license/index.html


File diff suppressed because it is too large
+ 8 - 11
docs/about/overview/index.html


File diff suppressed because it is too large
+ 8 - 11
docs/about/team/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/about/translations/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/api/column-options/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/api/events/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/api/localizations/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/api/methods/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/api/table-options/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/accent-neutralise/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/addrbar/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/auto-refresh/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/cookie/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/copy-rows/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/defer-url/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/editable/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/export/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/filter-control/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/group-by-v2/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/group-by/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/i18n-enhance/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/key-events/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/mobile/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/multi-column-toggle/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/multiple-search/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/multiple-selection-row/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/multiple-sort/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/natural-sorting/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/page-jump-to/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/print/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/reorder-columns/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/reorder-rows/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/resizable/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/select2-filter/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/sticky-header/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/toolbar/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/extensions/treegrid/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/faq/index.html


File diff suppressed because it is too large
+ 8 - 11
docs/getting-started/browsers-devices/index.html


File diff suppressed because it is too large
+ 10 - 13
docs/getting-started/build-tools/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/getting-started/contents/index.html


File diff suppressed because it is too large
+ 11 - 14
docs/getting-started/download/index.html


File diff suppressed because it is too large
+ 12 - 17
docs/getting-started/introduction/index.html


File diff suppressed because it is too large
+ 7 - 10
docs/getting-started/usage/index.html


File diff suppressed because it is too large
+ 8 - 11
donate/index.html


File diff suppressed because it is too large
+ 12 - 15
index.html


File diff suppressed because it is too large
+ 26 - 12
news/index.html


File diff suppressed because it is too large
+ 1 - 1
redirects.json


+ 18 - 0
sitemap.xml

@@ -10,12 +10,18 @@
 <loc>https://bootstrap-table.com/docs/extensions/auto-refresh/</loc>
 </url>
 <url>
+<loc>https://bootstrap-table.com/themes/bootstrap3/</loc>
+</url>
+<url>
 <loc>https://bootstrap-table.com/docs/getting-started/browsers-devices/</loc>
 </url>
 <url>
 <loc>https://bootstrap-table.com/docs/getting-started/build-tools/</loc>
 </url>
 <url>
+<loc>https://bootstrap-table.com/themes/bulma/</loc>
+</url>
+<url>
 <loc>https://bootstrap-table.com/docs/api/column-options/</loc>
 </url>
 <url>
@@ -52,6 +58,9 @@
 <loc>https://bootstrap-table.com/docs/extensions/filter-control/</loc>
 </url>
 <url>
+<loc>https://bootstrap-table.com/themes/foundation/</loc>
+</url>
+<url>
 <loc>https://bootstrap-table.com/docs/extensions/group-by-v2/</loc>
 </url>
 <url>
@@ -64,6 +73,9 @@
 <loc>https://bootstrap-table.com/</loc>
 </url>
 <url>
+<loc>https://bootstrap-table.com/themes/</loc>
+</url>
+<url>
 <loc>https://bootstrap-table.com/docs/getting-started/introduction/</loc>
 </url>
 <url>
@@ -76,6 +88,9 @@
 <loc>https://bootstrap-table.com/docs/api/localizations/</loc>
 </url>
 <url>
+<loc>https://bootstrap-table.com/themes/materialize/</loc>
+</url>
+<url>
 <loc>https://bootstrap-table.com/docs/api/methods/</loc>
 </url>
 <url>
@@ -121,6 +136,9 @@
 <loc>https://bootstrap-table.com/docs/extensions/select2-filter/</loc>
 </url>
 <url>
+<loc>https://bootstrap-table.com/themes/semantic/</loc>
+</url>
+<url>
 <loc>https://bootstrap-table.com/docs/extensions/sticky-header/</loc>
 </url>
 <url>

File diff suppressed because it is too large
+ 231 - 0
themes/bootstrap3/index.html


+ 11 - 0
themes/bootstrap4.html

@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en-US">
+  <meta charset="utf-8">
+  <title>Redirecting&hellip;</title>
+  <link rel="canonical" href="https://bootstrap-table.com/docs/getting-started/introduction/">
+  <script>location="https://bootstrap-table.com/docs/getting-started/introduction/"</script>
+  <meta http-equiv="refresh" content="0; url=https://bootstrap-table.com/docs/getting-started/introduction/">
+  <meta name="robots" content="noindex">
+  <h1>Redirecting&hellip;</h1>
+  <a href="https://bootstrap-table.com/docs/getting-started/introduction/">Click here if you are not redirected.</a>
+</html>

File diff suppressed because it is too large
+ 235 - 0
themes/bulma/index.html


File diff suppressed because it is too large
+ 236 - 0
themes/foundation/index.html


File diff suppressed because it is too large
+ 291 - 0
themes/index.html


File diff suppressed because it is too large
+ 236 - 0
themes/materialize/index.html


File diff suppressed because it is too large
+ 236 - 0
themes/semantic/index.html