npm install tabulatoryarn add tabulatorpnpm add tabulator<script src="https://fastly.jsdelivr.net/npm/tabulator"></script><script src="https://unpkg.com/tabulator"></script><script type="module">
import tabulator from 'https://cdn.jsdelivr.net/npm/tabulator/+esm';
</script><script type="module">
import tabulator from 'https://cdn.skypack.dev/tabulator';
</script>