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

customize a htmldatatable #313

Closed
pabloyokese opened this issue May 24, 2016 · 0 comments
Closed

customize a htmldatatable #313

pabloyokese opened this issue May 24, 2016 · 0 comments

Comments

@pabloyokese
Copy link

Hi there I've got a problem, I am doing this
HtmlTable table = new HtmlTableBuilder<User>().newBuilder("userTable", getCurrentList(), request) .column().fillWithProperty("name").title("Name") .column().fillWithProperty("email").title("Email") .column().fillWithProperty("creationDate","{0,date,yyyy-MM-dd}").title("Creation Date") .column().fillWithProperty("enabled").title("Enabled") .build();
where my "enabled " field is a boolean value, I am generating a pdf but I dont wanna see true or false in my pdf I wanna see yes and no.
how I could do it? I was trying to with the second parameter of fillWithProperty but I cant make it work

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