AutoFill for DataTables with styling for Bootstrap
This package contains a built distribution of the AutoFill extension for DataTables with styling for Bootstrap.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-bs
ES3 Syntax
var $ = require( 'jquery' );
var dt = require( 'datatables.net-autofill-bs' )( window, $ );
ES6 Syntax
import 'datatables.net-autofill-bs'
bower
bower install --save datatables.net-autofill-bs