Untitled
unknown
plain_text
3 years ago
424 B
78
Indexable
export const COLUMNS = [
{
Header: 'Id',
accesor: 'id'
},
{
Header: 'Name',
accesor: 'client_name'
},
{
Header: 'Location',
accesor: 'location'
},
{
Header: 'Total',
accesor: 'total'
},
{
Header: 'Advance Payment',
accesor: 'advance'
},
{
Header: 'Details',
accesor: 'details'
}
]Editor is loading...