How to work with table fields that have JSON formatted data using server-side processing.
How to work with table fields that have JSON formatted data using server-side processing.
jobkingori
Posts: 10Questions: 0Answers: 0
Hi,
So ... I have a table field that has content formatted in JSON form e.g.
{
"industry":"Industry 2",
"institution":"University Number 2",
}
And I am using server-side processing successfully on the normal fields and it works fine. Question, does dataTables have built in solutions to handle fetching of information from such fields?
So ... I have a table field that has content formatted in JSON form e.g.
{
"industry":"Industry 2",
"institution":"University Number 2",
}
And I am using server-side processing successfully on the normal fields and it works fine. Question, does dataTables have built in solutions to handle fetching of information from such fields?
This discussion has been closed.
Replies
Allan