forked from sheetjs/sheetjs
fixed height/width in canvas-datagrid instance
This commit is contained in:
parent
4a1b8e7089
commit
c317c5effc
@ -64,6 +64,8 @@ var process_wb = (function() {
|
||||
|
||||
/* update canvas-datagrid */
|
||||
if(!cDg) cDg = canvasDatagrid({ parentNode:HTMLOUT, data:data });
|
||||
cDg.style.height = '100%';
|
||||
cDg.style.width = '100%';
|
||||
cDg.data = data;
|
||||
XPORT.disabled = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user