Download
Frappe DataTable can be consumed in several different forms.
CDN
Load it directly from the unpkg CDN.
<link href="https://unpkg.com/frappe-datatable/dist/frappe-datatable.min.css" rel="stylesheet">
<script src="https://unpkg.com/frappe-datatable/dist/frappe-datatable.min.js"></script>
Package managers
Include it directly in your build workflow. You can find the compiled JS/CSS files in the dist/
directory.
yarn add frappe-datatable
# or
npm install frappe-datatable
Source
The complete source code is always available on Github.
git clone https://github.com/frappe/datatable