Browse Source

Update docs and donators.

zhixin 10 years ago
parent
commit
8423dbe761

+ 10 - 0
DONATORS.md

@@ -15,3 +15,13 @@
 * Nicolas Pascual - $10
 * Hassan Ejaz - $10
 * Frank Hines - $100
+* Luis Triana Vega - $10
+* PROMOTUX DI FRANCESCO MELONI E C. S.N.C. - $15
+
+## 支付宝
+
+* 萃华:10.18元
+* 小马哥:5元
+* 振:20元
+* 懒虫:8.8元
+* rainc:50元

+ 5 - 4
docs/_i18n/en/documentation/methods.md

@@ -15,6 +15,9 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
         <th>Name</th>
         <th>Parameter</th>
         <th>Description</th>
+        <th data-formatter="methodFormatter"
+            data-align="center"
+            data-valign="middle">Example</th>
     </tr>
     </thead>
     <tbody>
@@ -45,9 +48,7 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
     <tr>
         <td>getRowByUniqueId</td>
         <td>id</td>
-        <td>
-        Get data from table, the row that contains the id passed by parameter.
-        </td>
+        <td>Get data from table, the row that contains the id passed by parameter.</td>
         <td>getRowByUniqueId</td>
     </tr>
     <tr>
@@ -75,8 +76,8 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
         Remove data from table, the params contains two properties: <br>
         field: the field name of remove rows. <br>
         values: the array of values for rows which should be removed.
-        <td>remove</td>
         </td>
+        <td>remove</td>
     </tr>
     <tr>
         <td>removeAll</td>

+ 7 - 0
docs/_i18n/es/extensions/filter-control.md

@@ -24,6 +24,13 @@ Dependence if you use the datepicker option: [bootstrap-datepicker](https://gith
 * default: `false`
 
 
+### filterStrictSearch
+
+* type: Boolean
+* description: Set true to enable the strict search in column.
+* default: `false`
+
+
 ## Column options
 
 ### filterControl

+ 7 - 0
docs/_i18n/zh-cn/extensions/filter-control.md

@@ -24,6 +24,13 @@ Dependence if you use the datepicker option: [bootstrap-datepicker](https://gith
 * default: `false`
 
 
+### filterStrictSearch
+
+* type: Boolean
+* description: Set true to enable the strict search in column.
+* default: `false`
+
+
 ## Column options
 
 ### filterControl

+ 3 - 0
docs/_includes/nav.html

@@ -31,6 +31,9 @@
                     <a href="{{ site.baseurl }}/faq/">{% t pages.faq.title %}</a>
                 </li>
                 <li>
+                    <a href="http://stackoverflow.com/questions/tagged/bootstrap-table" target="_blank">Questions / Helps</a>
+                </li>
+                <li>
                     <a href="{{ site.repo }}" target="_blank">GitHub</a>
                 </li>
             </ul>

+ 26 - 0
docs/donate.md

@@ -15,6 +15,13 @@ lead: pages.donate.lead
         <div class="tc">
             <img src="../assets/images/alipay.jpg">
         </div>
+        <ul style="margin-top: 20px">
+        <li>萃华:10.18元</li>
+        <li>小马哥:5元</li>
+        <li>振:20元</li>
+        <li>懒虫:8.8元</li>
+        <li>rainc:50元<li>
+        </ul>
     </div>
     <div class="col-md-6">
         <div class="tc">
@@ -25,5 +32,24 @@ lead: pages.donate.lead
                 <img src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif">
             </a>
         </div>
+        <ul style="margin-top: 20px">
+        <li>Richard C Jordan - $35</li>
+        <li>Janet Moery - $5</li>
+        <li>Rene Halskov - $10</li>
+        <li>Angel Arambula Garcia - $5</li>
+        <li>David Graham - $5</li>
+        <li>Paul Abbott - $20</li>
+        <li>Philip Tepfer - $10</li>
+        <li>Marcus Eddy - $5</li>
+        <li>Keith Rockhold - $50</li>
+        <li>Ramon Sosa Diaz - $10</li>
+        <li>Goncalo Cordeiro - $25</li>
+        <li>Marzena Wspanialy - $10</li>
+        <li>Nicolas Pascual - $10</li>
+        <li>Hassan Ejaz - $10</li>
+        <li>Frank Hines - $100</li>
+        <li>Luis Triana Vega - $10</li>
+        <li>PROMOTUX DI FRANCESCO MELONI E C. S.N.C. - $15</li>
+        </ul>
     </div>
 </div>