Do not limit height of table

This commit is contained in:
2017-11-08 11:58:19 +01:00
parent 69db4f3e3d
commit 69aa392642

View File

@@ -306,6 +306,6 @@ function buildSpreadsheet(ctx, data) {
styleUI : 'Bootstrap',
colModel: columns,
caption: "Spreadsheet",
height: 300,
height: "100%",
});
}