2022-07-14 11:56:11 -04:00
|
|
|
<SpreadsheetEditor
|
|
|
|
@model={{this.model}}
|
|
|
|
@tableHtml={{this.tableHtml}}
|
2022-07-18 14:03:57 -04:00
|
|
|
@tableId={{this.tableId}}
|
2022-07-14 11:56:11 -04:00
|
|
|
@triggerModalClose={{action "closeEditModal"}}
|
2022-07-19 19:33:10 -04:00
|
|
|
@toolbarEvent={{this.toolbarEvent}}
|
2022-07-27 20:01:47 -04:00
|
|
|
/>
|