let dataArr = [{
"name": "",
"columns": [
{
"data": "test1",
"type": "",
},
null,
{
"data": "test1",
"type": "",
}
],
"info": "value",
}]
In the array of objects shown above, there are some undefined or null values that need to be removed.