@@ -122,10 +122,10 @@ $(function () {
'default': 'btSelectItem'
},
{
- name: 'hideHeader',
+ name: 'showHeader',
type: 'Boolean',
- description: 'True to hide the table header.',
- 'default': 'false'
+ description: 'False to hide the table header.',
+ 'default': 'true'
}
]
});
@@ -248,7 +248,7 @@
<h1 id="hide-header-table">Hide Header Table</h1>
</div>
<div class="bs-example">
- <table data-toggle="table" data-url="data1.json" data-height="246" data-hide-header="true">
+ <table data-toggle="table" data-url="data1.json" data-height="246" data-show-header="false">
<thead>
<tr>
<th data-field="name">Item Name</th>