Do not limit height of table
This commit is contained in:
@@ -306,6 +306,6 @@ function buildSpreadsheet(ctx, data) {
|
||||
styleUI : 'Bootstrap',
|
||||
colModel: columns,
|
||||
caption: "Spreadsheet",
|
||||
height: 300,
|
||||
height: "100%",
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user