Skip to content
Advertisement

Tag: vaadin-grid

“Show deleted” checkbox not working as intended

I’ve implemented a soft delete behavior in my imaginary Video rental app, and now I am trying to implement a way to reactivate my “deleted” customers, but I can’t get my approach to work, surely something simple, but google did not let me find the answer, so here I am. Here is an excerpt from my repo interface (JpaRepository): In

Vaadin grid – filtering with lazy loading

I have vaadin grid, and it’s great that it has lazy data loading from the box. But for some reasons I have custom filters, which I use via CallbackDataProvider<> dataProvider.fetch(Query query) Query object has parameters for loading by portions (offset and limit), so I need to set it dynamically (?) and somehow listen grid scrolling event to load next part

Advertisement