ColumnControl
DataTables docsPer-column header controls, an order toggle plus a search dropdown in every column header. Click a column's ▾ to filter that column. Configured via the columnControl option (pass-through, no library code).
| ID | Name | Position | Office | Age | Start date | Salary | Status |
|---|
import 'datatables.net-columncontrol';
options: Config = {
ordering: { indicators: false },
columnControl: ['order', ['searchDropdown']],
};