ngx-datatables-net Modern Angular wrapper for DataTables.net

KeyTable, AutoFill & DateTime

DataTables docs

Click a cell, then use the arrow keys to move the focus cell (KeyTable). Drag the AutoFill handle from a selected cell to fill across cells. DateTime provides a date picker for inline editing.

IDNamePositionOfficeAgeStart dateSalaryStatus

DateTime (datatables.net-datetime) is a standalone date/time picker most useful with the Editor extension for inline date editing, see the Editor (compatibility) page.

import 'datatables.net-keytable';
import 'datatables.net-autofill';

options: Config = {
  keys: true,      // KeyTable: keyboard cell navigation
  autoFill: true,  // AutoFill: drag-to-fill handle
};