Untitled

 avatar
unknown
plain_text
3 years ago
424 B
70
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...