2.7 version tests update

This commit is contained in:
Flexmonster Pivot Table
2019-03-12 19:17:42 +02:00
parent 342e36c335
commit 566da0ba32
+5 -1
View File
@@ -1,7 +1,11 @@
import Flexmonster = require('flexmonster');
new Flexmonster({
componentFolder: '',
container: 'pivot-container',
global: {},
height: '550px',
width: '100%'
width: '100%',
report: {},
toolbar: true
});