mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Sample data added
This commit is contained in:
parent
5bede75578
commit
8894099a0a
13 changed files with 206 additions and 16 deletions
|
@ -83,7 +83,15 @@ const cars = ref();
|
|||
onMounted(() => {
|
||||
cars.value = Array.from({ length: 100000 }).map((_, i) => CarService.generateCar(i + 1));
|
||||
});
|
||||
<\/script>`
|
||||
<\/script>`,
|
||||
data: `
|
||||
{
|
||||
id: 1
|
||||
vin: tvACo,
|
||||
brand: Norma,
|
||||
color: Black,
|
||||
year: 2002
|
||||
}`
|
||||
}
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue