Skip to content

Instantly share code, notes, and snippets.

View fahmiegerton's full-sized avatar
🕳️
Hectic

Arif Fahmi fahmiegerton

🕳️
Hectic
View GitHub Profile
@fahmiegerton
fahmiegerton / sampledatatable.vue
Created December 19, 2021 04:24
This vuetify data table cause an error
<template>
<div>
<v-container>
<v-data-table :headers="headers" :items="dataku" class="elevation-1" item-key="id"> </v-data-table>
</v-container>
</div>
</template>
<script>
export default {
This file has been truncated, but you can view the full file.
[
{
"name": "Icy Bay Airport",
"kota": "Icy Bay",
"country": "US",
"country_name": "",
"pnr": 0,
"unix_offset": -28800,
"deleted": 0,
"_id": "60a3d818045fd93f38efabd5",