free table editor => data sheet

This commit is contained in:
Jan Prochazka
2021-11-28 19:57:53 +01:00
parent fa648ca675
commit 9c1a6e220a
6 changed files with 16 additions and 7 deletions

View File

@@ -140,7 +140,7 @@
function createMenu() {
return [
data.fileType == 'jsonl' && { text: 'Open (readonly)', onClick: handleOpenRead },
data.fileType == 'jsonl' && { text: 'Open in free table editor', onClick: handleOpenWrite },
data.fileType == 'jsonl' && { text: 'Open as data sheet', onClick: handleOpenWrite },
{ text: 'Delete', onClick: handleDelete },
{ text: 'Rename', onClick: handleRename },
data.fileType == 'jsonl' &&