KeyTable, AutoFill & DateTime
DataTables docsClick 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.
| ID | Name | Position | Office | Age | Start date | Salary | Status |
|---|
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
};