Sample data added

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-10 11:19:45 +03:00
parent 5bede75578
commit 8894099a0a
13 changed files with 206 additions and 16 deletions

View file

@ -598,7 +598,27 @@ const getSeverity = (status) => {
return null;
}
};
<\/script>`
<\/script>`,
data: `
{
id: 1000,
name: 'James Butt',
country: {
name: 'Algeria',
code: 'dz'
},
company: 'Benton, John B Jr',
date: '2015-09-13',
status: 'unqualified',
verified: true,
activity: 17,
representative: {
name: 'Ioni Bowcher',
image: 'ionibowcher.png'
},
balance: 70663
},
...`
}
};
},