WIP: Use JSpreadsheet instead of Importabular

This commit is contained in:
Keegan George
2022-07-13 15:42:13 -07:00
parent 29089a6c43
commit 87b91f5a6f
11 changed files with 34007 additions and 737 deletions
@@ -46,7 +46,10 @@ export default apiInitializer("0.11.1", (api) => {
showModal("table-editor-modal", {
model: attrs,
}).set("tableHtml", tempTable);
}).setProperties({
tableHtml: tempTable,
submitOnEnter: false,
});
return result.raw;
})
.catch(popupAjaxError);