show grid data in treeview
show grid data in treeview
neluru
Posts: 2Questions: 1Answers: 0
we are using bento ui and dataTable to bind the grid, now we want to show the grid data in treeview structure like parent child
can we achieve this using datatable.
we are binding the data using json
kindly help me in resolving this issue
This discussion has been closed.
Answers
Can you post your code so we can help? Otherwise, we'll just point you to the child data page.
hi, we are getting json data and parsing the json and
if (result != null) { //try checking for JSON length also -- need to implement
var jsonData = $.parseJSON(result);
}