Handling column with null value.
Handling column with null value.
strokes
Posts: 8Questions: 0Answers: 0
Hi guys,
In JSON, I may have a column with null values in Objects.
I'm referencing these objects like
[code]"aoColumns" : [
{ "mData": "group.name" },
][/code]
What if group is null? It throws an exception('...parameter undefined'), all I want is to be empty if group is null.
Thanks
In JSON, I may have a column with null values in Objects.
I'm referencing these objects like
[code]"aoColumns" : [
{ "mData": "group.name" },
][/code]
What if group is null? It throws an exception('...parameter undefined'), all I want is to be empty if group is null.
Thanks
This discussion has been closed.
Replies
Allan