shierro/territory-manager

View on GitHub
app/containers/PeopleListPage/tableColumns.js

Summary

Maintainability
A
0 mins
Test Coverage
export default [
  { id: 'firstName', numeric: false, label: 'First name' },
  { id: 'lastName', numeric: false, label: 'Last Name' },
  { id: 'ageRange', numeric: false, label: 'Age Range' },
  { id: 'visits', numeric: false, label: 'Visits' },
  { id: 'actions', numeric: false, label: 'Actions' },
];