David Maison a7a0032ba5 Methods 'updateRow' and 'updateByUniqueId' can now take either a row or an array of rows as parameter 10 年之前
..
_i18n a7a0032ba5 Methods 'updateRow' and 'updateByUniqueId' can now take either a row or an array of rows as parameter 9 年之前
_includes e7318819d9 Release to v1.10.0 10 年之前
_layouts 888a17e5e6 Update docs. 10 年之前
_plugins 3a5c6b8199 Update languages plugin to fix undefined method dest bug. 10 年之前
assets 888a17e5e6 Update docs. 10 年之前
data ce899b6337 Fix from html bug. 10 年之前
dist e7318819d9 Release to v1.10.0 10 年之前
LICENSE 463614031c Add CONTRIBUTING.md and docs LICENSE. 10 年之前
README.md b18ba549cb Fix #741 10 年之前
apple-touch-icon.png 4bacbcac39 Update docs and remove _docs. 11 年之前
documentation.md 1fd6c97464 Add i18n support for docs. 11 年之前
donate.md 614c48d8dd Update donators. 10 年之前
examples.md 888a17e5e6 Update docs. 10 年之前
extensions.md a3feb4cd24 Update extensions page. 10 年之前
faq.md ffd3cc19a1 Update docs. 10 年之前
favicon.ico 4bacbcac39 Update docs and remove _docs. 11 年之前
getting-started.md 3ebbb8e204 Remove translations.md 11 年之前
index.md acf5ffae75 Update to version v1.9.0 10 年之前
robots.txt 01810a564d Remove config.yml and add sitemap, robots. 11 年之前
sitemap.xml 01810a564d Remove config.yml and add sitemap, robots. 11 年之前

README.md

Documentation

Bootstrap table's documentation, included in this repo in the root directory, is built with Jekyll and publicly hosted on http://bootstrap-table.wenzhixin.net.cn. The docs may also be run locally.

Running documentation locally

  1. If necessary, install Jekyll (requires v2.5.x).

    • Windows users: Read this unofficial guide to get Jekyll up and running without problems.
  2. Install the Ruby-based syntax highlighter, Rouge, with gem install rouge.

  3. From the root / directory, run jekyll serve in the command line.

  4. Open http://localhost:4000 in your browser, and voilà.

Learn more about using Jekyll by reading its documentation.