@@ -16,6 +16,12 @@ Use Plugin: [tableExport.jquery.plugin](https://github.com/hhurz/tableExport.jqu
* description: set `true` to show export button.
* default: `false`
+### exportDataType
+
+* type: String
+* description: export data type, support: 'basic', 'all', 'selected'.
+* default: `basic`
### exportTypes
* type: Array
@@ -33,10 +33,3 @@ Use Plugin: [bootstrap-table-mobile](https://github.com/wenzhixin/bootstrap-tabl
* type: Integer
* description: Set the minimum height when the table will change the view.
* default: `undefined`
-
-### heightThreshold
-* type: Integer
-* description: minimum change in height in pixels before cardView is triggered.
-Usefull for mobile browsers that auto hide/show the toolbar on vertical scroll.
-* default: `100`
@@ -28,6 +28,12 @@ Dependence: [dragTable](https://github.com/akottr/dragtable/) v2.0.14 (must incl
* description: Moving only the header. Recommended for very large tables (cells > 1000)
* default: `10`
+### dragaccept
+* description: Allow to drag only the rows that have the css class as attribute.
+* default: `null`
## Events
### onReorderColumn(reorder-column.bs.table)
@@ -21,7 +21,7 @@
$.extend($.fn.bootstrapTable.defaults, {
showExport: false,
- exportDataType: '', // basic, all, selected
+ exportDataType: 'basic', // basic, all, selected
// 'json', 'xml', 'png', 'csv', 'txt', 'sql', 'doc', 'excel', 'powerpoint', 'pdf'
exportTypes: ['json', 'xml', 'csv', 'txt', 'sql', 'excel'],
exportOptions: {}