From 3a428330fc07de41b2d8c1fc9338d267812bd482 Mon Sep 17 00:00:00 2001 From: zhixin Date: Wed, 27 Dec 2017 23:20:04 +0800 Subject: [PATCH] Fix #2742: add showSelectTitle column option --- docs/_i18n/en/documentation/column-options.md | 2 +- docs/_i18n/es/documentation/column-options.md | 2 +- src/bootstrap-table.css | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/_i18n/en/documentation/column-options.md b/docs/_i18n/en/documentation/column-options.md index 669de032b4..08384d1443 100644 --- a/docs/_i18n/en/documentation/column-options.md +++ b/docs/_i18n/en/documentation/column-options.md @@ -282,7 +282,7 @@ function cellStyle(value, row, index, field) { Boolean false - 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. diff --git a/docs/_i18n/es/documentation/column-options.md b/docs/_i18n/es/documentation/column-options.md index 27da0a8ab2..06c0b45ec1 100644 --- a/docs/_i18n/es/documentation/column-options.md +++ b/docs/_i18n/es/documentation/column-options.md @@ -257,7 +257,7 @@ Las propiedades de la columna están definidas en `jQuery.fn.bootstrapTable.colu Boolean false - Show the title of column with radio or singleSelect checkbox. + True to show the title of column with 'radio' or 'singleSelect' 'checkbox' option. diff --git a/src/bootstrap-table.css b/src/bootstrap-table.css index a8516c1349..043a94ebe2 100644 --- a/src/bootstrap-table.css +++ b/src/bootstrap-table.css @@ -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;