Browse Source

Update docs and readme.

zhixin 11 years ago
parent
commit
013040f332
2 changed files with 3 additions and 1 deletions
  1. 1 1
      README.md
  2. 2 0
      docs/examples.html

+ 1 - 1
README.md

@@ -15,7 +15,7 @@ The table displays data in a tabular format and offers rich support to radio, ch
 - [ ] Fix #68: Add `showColumn`/`hideColumn` methods.
 - [ ] Fix #68: Add `showColumn`/`hideColumn` methods.
 - [x] Fix #69: Add `bootstrap-table-es_AR.js` locale.
 - [x] Fix #69: Add `bootstrap-table-es_AR.js` locale.
 - [ ] Fix #85: Select row and add row class.
 - [ ] Fix #85: Select row and add row class.
-- [ ] Add `halign` column option.
+- [x] Add `halign` column option.
 - [ ] Fix #82: Add `removeRow` and `getData` methods.
 - [ ] Fix #82: Add `removeRow` and `getData` methods.
 
 
 ## Features
 ## Features

+ 2 - 0
docs/examples.html

@@ -120,6 +120,7 @@
                         Launch Modal
                         Launch Modal
                     </button>
                     </button>
                 </div>
                 </div>
+                <p data-zh="不通过JavaScript的方式启动Bootstrap Table。">Activate bootstrap table without writing JavaScript.</p>
                 <div class="bs-example">
                 <div class="bs-example">
                     <table data-toggle="table" data-url="data1.json" data-height="299">
                     <table data-toggle="table" data-url="data1.json" data-height="299">
                         <thead>
                         <thead>
@@ -165,6 +166,7 @@
                 <div class="page-header">
                 <div class="page-header">
                     <h1 id="transform-table" data-zh="表格转换">Transform Table</h1>
                     <h1 id="transform-table" data-zh="表格转换">Transform Table</h1>
                 </div>
                 </div>
+                <p data-zh="从已经存在、未被格式化的表格中转换为Bootstrap Table。">Transform table from an existing, unformatted html table.</p>
                 <div class="bs-example">
                 <div class="bs-example">
                     <div id="transform-buttons" class="btn-group btn-default">
                     <div id="transform-buttons" class="btn-group btn-default">
                         <button class="btn btn-default" id="transform">
                         <button class="btn btn-default" id="transform">