Skip to content

Commit

Permalink
Fix wenzhixin#2742: add showSelectTitle column option
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhixin committed Dec 27, 2017
1 parent 9faa566 commit 3a42833
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/_i18n/en/documentation/column-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ function cellStyle(value, row, index, field) {
<td>Boolean</td>
<td>false</td>
<td>
True to show the title of column with `radio` or `singleSelect` `checkbox` option.
True to show the title of column with 'radio' or 'singleSelect' 'checkbox' option.
</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion docs/_i18n/es/documentation/column-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Las propiedades de la columna están definidas en `jQuery.fn.bootstrapTable.colu
<td>Boolean</td>
<td>false</td>
<td>
Show the title of column with radio or singleSelect checkbox.
True to show the title of column with 'radio' or 'singleSelect' 'checkbox' option.
</td>
</tr>
</tbody>
Expand Down
4 changes: 0 additions & 4 deletions src/bootstrap-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@
text-align: center;
}

.fixed-table-container .bs-checkbox .th-inner {
padding: 8px 0;
}

.fixed-table-container input[type="radio"],
.fixed-table-container input[type="checkbox"] {
margin: 0 auto !important;
Expand Down

0 comments on commit 3a42833

Please sign in to comment.