|
@@ -61,6 +61,7 @@ var table = {
|
|
|
showColumns: true,
|
|
|
showToggle: true,
|
|
|
showExport: false,
|
|
|
+ showPrint: false,
|
|
|
exportDataType: 'all',
|
|
|
exportTypes: ['csv', 'txt', 'doc', 'excel'],
|
|
|
clickToSelect: false,
|
|
@@ -110,6 +111,7 @@ var table = {
|
|
|
showColumns: options.showColumns,
|
|
|
showToggle: options.showToggle,
|
|
|
showExport: options.showExport,
|
|
|
+ showPrint: options.showPrint,
|
|
|
showHeader: options.showHeader,
|
|
|
showFullscreen: options.showFullscreen,
|
|
|
uniqueId: options.uniqueId,
|