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

Commit b879399

Browse files
committed
Correct documentation about tableTools #155
1 parent 2a9b6c9 commit b879399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/withPlugins/withTableTools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h1><i class="fa fa-play"></i>&nbsp;With the DataTables <a href="https://datatab
3636
$scope.dtOptions = DTOptionsBuilder
3737
.fromSource('data.json')
3838
// Add Table tools compatibility
39-
.withTableTools('https://github.com/DataTables/TableTools/raw/master/swf/copy_csv_xls_pdf.swf')
39+
.withTableTools('vendor/datatables-tabletools/swf/copy_csv_xls_pdf.swf')
4040
.withTableToolsButtons([
4141
'copy',
4242
'print', {

0 commit comments

Comments
 (0)