1
Answer

Boolean Value Display

Hi
 
  In below scenario how i will display checkbox as ticked if IsActive = true else blank CheckBox.
 
"columns": [
{ "data": "Id", "autoWidth": true },
{ "data": "Description", "autoWidth": true },
{ "data": "IsActive", "autoWidth": true }
]
 
 
Thanks 

Answers (1)