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

Null tolerant rendering of rows (#14) #17

Closed
wants to merge 1 commit into from

Conversation

todvora
Copy link

@todvora todvora commented Dec 5, 2017

Fixes #14, where rendering crashes if a row contains any null value. The placeholder for null values can be configured using the nullValuePlaceholder property of a table context, by default set to empty String.

@ghost
Copy link

ghost commented Feb 19, 2018

I've tested this fix for my use case. The IndexOutOfBoundsException is gone but the fix completely removed the Colum Span functionality. Needs more investigation.

@todvora todvora closed this Dec 3, 2021
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

Successfully merging this pull request may close these issues.

Not tolerant to null object input
1 participant