ember-table icon indicating copy to clipboard operation
ember-table copied to clipboard

Add custom class names to table element

Open kevintraver opened this issue 3 years ago • 0 comments
trafficstars

This fixes https://github.com/Addepar/ember-table/issues/578

<EmberTable @tableClassNames="my-custom-class" as |t|>
  <t.head @columns={{this.columns}} />

  <t.body @rows={{this.rows}} />
</EmberTable>

kevintraver avatar Jun 15 '22 12:06 kevintraver