CDN Resources for tabulator
Various ways to access tabulator via Content Delivery Networks
Package Installation
npm
npm install tabulator
yarn
yarn add tabulator
pnpm
pnpm add tabulator
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/tabulator"></script>
Unpkg
<script src="https://unpkg.com/tabulator"></script>
jsDelivr ESM
<script type="module">
import tabulator from 'https://cdn.jsdelivr.net/npm/tabulator/+esm';
</script>
Skypack
<script type="module">
import tabulator from 'https://cdn.skypack.dev/tabulator';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages