diff --git a/out/csv.js b/out/csv.js index 0f853de..a792906 100644 --- a/out/csv.js +++ b/out/csv.js @@ -374,6 +374,9 @@ function handleEvents() { content.bindings.forEach((b) => { flex.columns.push(new wijmo.grid.Column(b)); }); + flex.columns.push(new wijmo.grid.Column({ + width: window.innerWidth + })); flex.itemsSource = content.data; flex.endUpdate(); }