Skip to content

Commit

Permalink
feat: on work
Browse files Browse the repository at this point in the history
  • Loading branch information
Brenion committed Jan 3, 2025
1 parent 6501c4b commit b0d3caf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ export default class TableGenericPrefabComponent extends Component<TableGenericP
<TG.Table as | Table |>
<Table.Header as |Header|>
{{#each this.columns as |column|}}
<Header.Cell @sortable={{column.sortable}} @prop={{column.field}} data-test-table={{column.field}}>
{{!-- <Header.Cell @sortable={{column.sortable}} @prop={{column.field}} data-test-table={{column.field}}>
{{column.headerName}}
</Header.Cell>
</Header.Cell> --}}
{{/each}}
</Table.Header>
<Table.Body as |Body element|>
Expand Down

0 comments on commit b0d3caf

Please sign in to comment.