Add contact info at merchants table

mx
Letícia Camara 2018-11-04 21:33:55 -02:00
parent 5af3a3acde
commit 4a2c8f76dd
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ const mapsStyles = {
const columnData = [
{ id: 'name', numeric: false, disablePadding: true, label: 'Name' },
{ id: 'phone', numeric: false, disablePadding: true, label: 'Contact' },
{ id: 'address', numeric: false, disablePadding: true, label: 'Address' },
{ id: 'location', numeric: false, disablePadding: false, label: 'Location' },
{ id: 'map', numeric: false, disablePadding: false, label: 'Maps', disableSearch: true}