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
|
@ -265,7 +265,15 @@ const loadCarsLazy = (event) => {
|
|||
lazyLoading.value = false;
|
||||
}, Math.random() * 1000 + 250);
|
||||
};
|
||||
<\/script>`
|
||||
<\/script>`,
|
||||
data: `
|
||||
{
|
||||
id: 1
|
||||
vin: tvACo,
|
||||
brand: Norma,
|
||||
color: Black,
|
||||
year: 2002
|
||||
}`
|
||||
}
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue