Skip to content

Commit

Permalink
add vdtnet context
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Sep 3, 2019
1 parent 829d6c3 commit 043e7ac
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,8 @@ var myUniqueId = 1;
buttons: [] // remove any button defaults

},
dataTable: null
dataTable: null,
vdtnet: this
};
},
computed: {
Expand Down
2 changes: 1 addition & 1 deletion example/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/index.js": "/index.js?id=0e3e5f2010d9eafb45f9",
"/index.js.map": "/index.js.map?id=c05cb93758945419224a"
"/index.js": "/index.js?id=3c7a4dc674e4f56d67e5",
"/index.js.map": "/index.js.map?id=56078c7b2ad40ab63ee5"
}
2 changes: 1 addition & 1 deletion src/VdtnetTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default {
pageLength: 15,
buttons: [] // remove any button defaults
},
dataTable: null
dataTable: null,
vdtnet: this
}
},
Expand Down

0 comments on commit 043e7ac

Please sign in to comment.