Select extension
DataTables docsRow, column or cell selection. Switch the selection granularity, each change rebuilds the options so the directive recreates the table with the new select config.
| ID | Name | Position | Office | Age | Start date | Salary | Status |
|---|
import 'datatables.net-select';
options = () => ({ select: { style: 'multi', items: this.items() } });
// items: 'row' | 'column' | 'cell'