Skip to content

Override other Grid constructor #25

Description

@ppawlowski15

Hello,
I just need to be able to use two parameters Grid constructor, which allow to set autoCreateColumns parameter:

public Grid(java.lang.Class<T> beanType, boolean autoCreateColumns)

Can u add it? It should more less looks like this:

public PaginatedGrid(Class<T> beanType, boolean autoCreateColumns) {
     super(beanType, autoCreateColumns);
     init();
}

Thanks ;)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions