KeyTable for DataTables with styling for Bootstrap4
This package contains a built distribution of the KeyTable extension for DataTables with styling for Bootstrap4.KeyTable allows you to use keyboard navigation on a DataTables enhanced table, like an Excel spreadsheet - a cell shows a focus outline which can be moved using the keyboard or mouse operations. This can be particularly useful in an editable table that uses Editor allowing end users to update data very quickly.
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-keytable-bs4
ES3 Syntax
var $ = require( 'jquery' );
var dt = require( 'datatables.net-keytable-bs4' )( window, $ );
ES6 Syntax
import 'datatables.net-keytable-bs4'
bower
bower install --save datatables.net-keytable-bs4