How to display the contents of two fields in one column
How to display the contents of two fields in one column
hxx
Posts: 1Questions: 1Answers: 0
How to display the contents of two fields in one column
such as
"colums":[
{
"data": "id" + "name"
}
]
Answers
Use a renderer.
Allan