// Use the component constructor that accepts an item ->
// new PersonComponent(Person person)
grid.addComponentColumn(PersonComponent::new).setHeader("Person");
**
Error:(121, 38) java: incompatible types: invalid constructor reference
incompatible types: java.lang.Object cannot be converted to Person
**
Have anyone else this problem or does the demos work for you?