fiduswriter / simple-datatables

DataTables but in TypeScript transpiled to Vanilla JS
Other
1.29k stars 225 forks source link

Responsive Mobile #374

Open flexsoluciones opened 1 month ago

flexsoluciones commented 1 month ago

Responsive datatable on mobile like

https://www.tailwindtoolbox.com/components/responsive-table thanks

flexsoluciones commented 1 month ago

new DataTable('#example', { responsive: true, rowReorder: { selector: 'td:nth-child(2)' } });