Responsive extension
DataTables docsWith responsive: true, columns that don't fit collapse into an expandable child row (click the + control). The table below is constrained to 560px so the collapse is visible on a wide screen.
| ID | Name | Position | Office | Age | Start date | Salary | Status |
|---|
import 'datatables.net-responsive';
options: Config = { responsive: true };