If you just want to see a working example, you can find example code on Github. All you need to do is clone the repo, install the dependencies, and run the application using the following commands: # ...
I've noticed that in the current version of @swimlane/ngx-datatable (22.0.0), the library imports DOCUMENT from @angular/core. However, in Angular 16+ (including Angular 19), DOCUMENT has been moved ...