ソースを参照

Add features.

zhixin 11 年 前
コミット
8abd8014e0
2 ファイル変更28 行追加0 行削除
  1. 14 0
      README.md
  2. 14 0
      docs/index.html

+ 14 - 0
README.md

@@ -4,6 +4,20 @@ The table displays data in a tabular format and offers rich support to radio, ch
 
 [Examples and documentation](http://wenzhixin.net.cn/p/bootstrap-table/)
 
+## Features
+
+* Created for Bootstrap 3 (Bootstrap 2 supported)
+* Responsive web design
+* Scrollable Table with fixed headers
+* Fully configurable
+* Via data attributes
+* Get data in JSON format using AJAX
+* Simple column sorting with a click
+* Format column
+* Single or multiple row selection
+* Powerful pagination
+* Localization
+
 ## Changelog
 
 ### 1.0.2

+ 14 - 0
docs/index.html

@@ -47,6 +47,20 @@
             <a href="https://github.com/wenzhixin/bootstrap-table" class="btn btn-outline-inverse btn-lg">Download</a>
             <a href="getting-started.html" class="btn btn-outline-inverse btn-lg">Getting started</a>
         </p>
+        <h2>Features</h2>
+        <ul>
+            <li>Created for Bootstrap 3 (Bootstrap 2 supported)</li>
+            <li>Responsive web design</li>
+            <li>Scrollable Table with fixed headers</li>
+            <li>Fully configurable</li>
+            <li>Via data attributes</li>
+            <li>Get data in JSON format using AJAX</li>
+            <li>Simple column sorting with a click</li>
+            <li>Format column</li>
+            <li>Single or multiple row selection</li>
+            <li>Powerful pagination</li>
+            <li>Localization</li>
+        </ul>
     </div>
 </main>