|
|
@@ -0,0 +1,15 @@
|
|
|
+# Columns []({{ site.repo }}/blob/master/docs/_includes/examples/columns.md)
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
+## Basic Columns
|
|
|
+
|
|
|
+Use `showColumns`, `minimumCountColumns` options, and `visible`, `switchable` column options to show the columns menu list use to switch. _by [@wenzhixin](https://github.com/wenzhixin)_
|
|
|
+
|
|
|
+<iframe width="100%" height="300" src="http://jsfiddle.net/wenyi/e3nk137y/24/embedded/html,result" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
|
|
|
+
|
|
|
+## Large Columns
|
|
|
+
|
|
|
+Bootstrap table support large columns, it will auto to show the horizontal scroll bar. _by [@wenzhixin](https://github.com/wenzhixin)_
|
|
|
+
|
|
|
+<iframe width="100%" height="350" src="http://jsfiddle.net/wenyi/e3nk137y/26/embedded/html,js,result" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
|