mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2026-09-18 07:42:13 -04:00
WIP: Use JSpreadsheet instead of Importabular
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user