Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 68ae8cc

Browse files
committed
Update version v0.3.1 to v0.4.0
1 parent bc0916b commit 68ae8cc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+7991
-4
lines changed

archives.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@
1818
"minor": "3",
1919
"dot": "0",
2020
"full": "v0.3.0"
21-
}]
21+
}, {
22+
"major": "0",
23+
"minor": "3",
24+
"dot": "1",
25+
"full": "v0.3.1"
26+
}]

archives/v0.3.0/demo/withPlugins/withTableTools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ angular.module('datatablesSampleApp').controller('withTableToolsCtrl', function
33
$scope.dtOptions = DTOptionsBuilder
44
.fromSource('data.json')
55
// Add Table tools compatibility
6-
.withTableTools('vendor/datatables-tabletools/swf/copy_csv_xls_pdf.swf')
6+
.withTableTools('../../vendor/datatables-tabletools/swf/copy_csv_xls_pdf.swf')
77
.withTableToolsButtons([
88
'copy',
99
'print', {

0 commit comments

Comments
 (0)