I've problems with components Table Responsive
https://preview.keenthemes.com/html/metronic/docs/general/datatables/advanced
When I put code snippets into my component expand dosn't work. Accordion and some other Bootstrap 5 components are not working. Should I include any dependencies in the project?
Bootstrap5, Angular
Hi
Angular works differently than the HTML version. For Angular, the DataTable used is Angular DataTables. Use this library to implement responsive and functional tables in your Angular project.
https://l-lin.github.io/angular-datatables/#/
Thanks