Is it possible to add constructor for:
public SelectionGrid(Class<T> beanType) {
super(beanType);
}
Not sure if there is something in code that would not allow that to work or not, but it would be useful if possible
Is it possible to add constructor for:
public SelectionGrid(Class<T> beanType) {
super(beanType);
}
Not sure if there is something in code that would not allow that to work or not, but it would be useful if possible
Hi,
I filled a ticket here: https://github.com/vaadin-component-factory/selection-grid-flow/issues/14
I think nothing in the code prevents it.
Hi,
The constructors have been added in 0.4.0.
Thanks!