Hi everyone,
I’m currently working on an Angular application and exploring different grid/table solutions for handling large datasets efficiently. I came across Vaadin Grid, which seems to have great features like virtual scrolling, lazy loading, and column resizing.
However, since Vaadin is primarily a Java-based framework, I’m wondering:
Can Vaadin Grid be integrated into an Angular application?
If yes, what would be the best approach?
Are there any potential challenges or limitations?
Alternatively, if Vaadin Grid isn’t a viable option for Angular, are there any other grid libraries you’d recommend that provide similar features?