我知道问这个问题很蠢,但我承认自己也很蠢。
如何在自定义主题中修改此内容:
<DirectoryTable
@items={{this.model}}
@columns={{this.columns}}
@showTimeRead={{this.showTimeRead}}
@order={{this.order}}
@asc={{this.asc}}
/>
(编辑)目标可能是将其更改为使用 div 的行和列。