Closed hikarin522 closed 5 years ago
If I get it right you want to render some default value in column when the source value is null
? Maybe it would be better have instead paramter allowNull
, parameter defaultValue
. This parameter will be default String.Empty
.
Let me know what do you think about this solution?
I fixed the parameter from allowNull
to defaultValue
.
And, the problem that #25 was mixed was corrected.
Added option to allow null for
PropertyBuilder.HasValueFormatter
.Example: