Skip to content

Commit

Permalink
Release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed May 29, 2021
1 parent c4f7e35 commit 87a7971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spreadsheet-editor",
"version": "0.5.1",
"version": "0.6.0",
"description": "JupyterLab spreadsheet (csv/tsv) editor",
"keywords": [
"jupyter",
Expand Down
4 changes: 1 addition & 3 deletions src/widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,7 @@ export class SpreadsheetWidget extends Widget {
const options: jexcel.Options = {
data: data,
minDimensions: [1, 1],
// @ts-ignore
//minSpareCols: 1,
// @ts-ignore
// minSpareCols: 1,
// minSpareRows: 1,
csvFileName: this.title.label,
columnDrag: true,
Expand Down

0 comments on commit 87a7971

Please sign in to comment.