@mais-tech/renault-ui-library
Version:
UI component library for Renault applications.
41 lines • 1.01 kB
JavaScript
export const flatdata = [
{
id: 1,
name: 'Gevin Bell',
title: 'CEO',
avatar:
'https://demos.telerik.com/kendo-ui/content/web/treelist/people/1.jpg'
},
{
id: 2,
name: 'Clevey Thrustfield',
title: 'COO',
parentId: 1,
avatar:
'https://demos.telerik.com/kendo-ui/content/web/treelist/people/2.jpg'
},
{
id: 3,
name: 'Carol Baker',
title: 'CFO',
parentId: 1,
avatar:
'https://demos.telerik.com/kendo-ui/content/web/treelist/people/3.jpg'
},
{
id: 4,
name: 'Steven North',
title: 'Senior Manager',
parentId: 3,
avatar:
'https://demos.telerik.com/kendo-ui/content/web/treelist/people/6.jpg'
},
{
id: 5,
name: 'Michelle Hudson',
title: 'Operations Manager',
parentId: 2,
avatar:
'https://demos.telerik.com/kendo-ui/content/web/treelist/people/7.jpg'
}
];