AutoFill for DataTables with styling for Bootstrap4
This package contains a built distribution of the AutoFill extension for DataTables with styling for Bootstrap4.AutoFill adds an Excel like data fill option to DataTables, allowing click and drag over cells, filling in information and incrementing numbers as needed.
Installation
Browser
For inclusion of this library using a standard<script>
tag, rather than using this package, it is recommended that you use the DataTables download builder which can create CDN or locally hosted packages for you, will all dependencies satisfied.npm
npm install datatables.net-autofill-bs4
ES3 Syntax
var $ = require( 'jquery' );
var dt = require( 'datatables.net-autofill-bs4' )( window, $ );
ES6 Syntax
import 'datatables.net-autofill-bs4'
bower
bower install --save datatables.net-autofill-bs4