I’m currently working on an Angular 19 project and need to integrate DataTables for displaying tabular data with advanced features such as sorting, filtering, and pagination.
I’ve tried using the latest version of the angular-datatables package, but it seems to be incompatible with Angular 19, and I’m encountering issues such as missing components or failing to load the DataTable correctly.
Could someone provide guidance on which version of angular-datatables or DataTables is compatible with Angular 19? Also, are there any specific setup steps I should follow to ensure smooth integration with the latest Angular version?
I’ve already tried the following:
Installing the latest versions of angular-datatables and jquery but still faced issues. Used both npm and yarn to install dependencies. Thanks in advance for your help!