Browse Source

Update readme and examples.

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

+ 1 - 0
README.md

@@ -16,6 +16,7 @@ The table displays data in a tabular format and offers rich support to radio, ch
 
 - [ ] Fix #23: Add css and classes parameters to column cell.
 - [ ] Fix #64: Add support for change remote url.
+- [x] Fix #113: Using radio type and cardView error.
 
 ## Features
 

+ 2 - 1
docs/examples.html

@@ -581,9 +581,10 @@
                     </button>
                 </div>
                 <div class="bs-example">
-                    <table data-url="data1.json" data-height="299" data-show-refresh="true" data-show-toggle="true" data-show-columns="true" data-search="true">
+                    <table data-url="data1.json" data-height="299" data-show-refresh="true" data-show-toggle="true" data-show-columns="true" data-search="true" data-select-item-name="toolbar1">
                         <thead>
                         <tr>
+                            <th data-field="state" data-radio="true">Item ID</th>
                             <th data-field="id" data-align="right">Item ID</th>
                             <th data-field="name" data-align="center">Item Name</th>
                             <th data-field="price" data-align="left">Item Price</th>