Replace Empty values with drop down list in datatable
Replace Empty values with drop down list in datatable
hridayesh
Posts: 2Questions: 2Answers: 0
I have a data table with following column.What I want it to display a drop down list if "businessUnit" or "System" column value is empty otherwise it will display the plain text.
"aoColumns": [
{ "sTitle": "Business Unit","mDataProp": "businessUnit" },
{ "sTitle": "System", "mDataProp": "system" },
{ "sTitle": "ReviewGroupName", "mDataProp": "reviewGroup"}
]
This discussion has been closed.