@@ -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
@@ -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>