Skip to content

Instantly share code, notes, and snippets.

View philibe's full-sized avatar

philibe

  • France
View GitHub Profile
@philibe
philibe / script.vue
Created January 22, 2022 22:12
vue 3 datatable
<!-- Use preprocessors via the lang attribute! e.g. <template lang="pug"> -->
<template>
<div id="app">
<h1>Datatable Vue 3 </h1>inspired from
<a
href="https://therichpost.com/vue-3-how-to-use-jquery-datatable-in-vuejs-application/"
target="_blank"
>
Vue 3 – How to use jquery datatable in vuejs application?
</a>