Skip to content

Instantly share code, notes, and snippets.

View briansanchez's full-sized avatar

Brian Sanchez briansanchez

View GitHub Profile
@briansanchez
briansanchez / vue-datatables-example.html
Created July 22, 2020 23:00 — forked from bseib/vue-datatables-example.html
Vue + DataTables + load once
<!DOCTYPE html>
<html>
<head>
<title>Example Vue + DataTables</title>
<!-- I happened to be using the bootstrap styling w/ DataTables. You may not need this. -->
<link rel="stylesheet" href="/path/to/datatables/DataTables-1.10.16/css/dataTables.bootstrap4.min.css">
</head>
<body>
<div id="example-page">