Skip to content

FilterablePageableDataProvider does not work in Vaadin Bakery demo #23

@jcgueriaud1

Description

@jcgueriaud1

If you try to filter the combobox in the order editor in the Bakery Demo. The combobox is not filtered.

If you add a breakpoint in FilterablePageableDataProvider in fetch(Query<T, F> query).

The query filter is set but it's ignored.

 private Query<T, F> getFilterQuery(Query<T, F> t) {
        return new Query(t.getOffset(), t.getLimit(), t.getSortOrders(), t.getInMemorySorting(), this.filter);
    }

filter_null

query_filter_not_null

See the forum post here: https://vaadin.com/forum/thread/18354860/combo-boxes-not-filtering-as-expected

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions