Requesting documentation on how to use angular-datatables with emphasis on reactive data sources such as observables and/or signals #1767
Description
🚀 Feature request
Is your feature request related to a problem? Please describe.
Yes, it's related to a common challenge faced by developers working with Angular and angular-datatables. The problem is the lack of comprehensive documentation or best practices on how to efficiently integrate angular-datatables with reactive data sources, particularly when using observables and state management tools like ngrx. I'm always confused on the best way to implement angular-datatables in an Angular application that relies heavily on reactive data patterns. The current documentation and available resources do not sufficiently cover how to handle data updates, state management, or use observables effectively with angular-datatables with emphasis on only the use of ajax.
Describe the solution you'd like
I would like to see detailed documentation or a guide that specifically addresses the integration of angular-datatables with reactive data sources in Angular applications.