Hi, I'm interested in your add-on and I have try this code but not work. So

Hi, I’m interested in your add-on and I have try this code but not work.
So what I did wrong or could you give a more detail code sample. Tks

 List<Person> persons = service.getAllPersons();
 
 PaginatedGrid<Person> grid = new PaginatedGrid<>();
 
 grid.setItems(persons);
 grid.addColumn(new ComponentRenderer<>(VaadinGridFilterH::new,
                (highlighter, person) -> {
                    highlighter.setItem(person.getName());
                    highlighter.setFilter(nameFilter.getValue());
                })).setHeader("highlight");

`

Hi,

What kind of error / issue you see with this code? Do you get the component added to your Grid, or do you get the filtration working at all?

Hi,
I have try as you test code in github but it still error. It likes a javascript error. You can see 3 screen shots in attachment for detail.
Tks,
17890934.png
17890937.png
17890940.png