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

Select extension

DataTables docs

Row, column or cell selection. Switch the selection granularity, each change rebuilds the options so the directive recreates the table with the new select config.

IDNamePositionOfficeAgeStart dateSalaryStatus
import 'datatables.net-select';

options = () => ({ select: { style: 'multi', items: this.items() } });
// items: 'row' | 'column' | 'cell'