Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AbstractColumn: how to set propertyName to get value from HashMap? #110

Open
iezzomaniero opened this issue May 2, 2021 · 0 comments
Open

Comments

@iezzomaniero
Copy link

Hi,
i'm trying to set the propertyName of an AbstractColumn to get a value from a HashMap with the key using round brackets but it's not working.
I don't get any errors but the value is not printed in the report. What am I doing wrong?

ColumnBuilder.getNew().setColumnProperty("projectsHours(1)", Double.class.getName()).setTitle("Project " + index).setWidth(60).build());

Thanks
-Iezzo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant