Add contact info at merchants table
This commit is contained in:
parent
5af3a3acde
commit
4a2c8f76dd
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue