quantosobra/ember-semantic-ui-table

View on GitHub
addon/components/table-cell/row-index.js

Summary

Maintainability
A
0 mins
Test Coverage
import DefaultCell from 'ember-semantic-ui-table/components/table-cell/default';
import layout from 'ember-semantic-ui-table/templates/components/table-cell/row-index';

export default DefaultCell.extend({
  layout
});