Browse Source

Updated the default classes of semantic theme

zhixin 5 years ago
parent
commit
d654de8854
2 changed files with 2 additions and 1 deletions
  1. 1 0
      CHANGELOG.md
  2. 1 1
      src/themes/semantic/bootstrap-table-semantic.js

+ 1 - 0
CHANGELOG.md

@@ -12,6 +12,7 @@ ChangeLog
 - **New:** Added `unfiltered` parameter for `getData` method.
 - **Update:** Updated `event` name to lowercase hyphen format for vue component.
 - **Update:** Updated `es-AR` locale.
+- **Update:** Updated the default classes of semantic theme.
 - **Update:** Improved the `resize` problem with multiple tables.
 - **Update:** Fixed `checkAll` event bug with sortable checkbox field.
 - **Update:** Fixed `checkbox` and not-found td style errors.

+ 1 - 1
src/themes/semantic/bootstrap-table-semantic.js

@@ -5,7 +5,7 @@
  */
 
 $.extend($.fn.bootstrapTable.defaults, {
-  classes: 'ui selectable celled table',
+  classes: 'ui selectable celled table unstackable',
   buttonsPrefix: '',
   buttonsClass: 'ui button'
 })