1
Answer

Boolean Value Display

Ramco Ramco

Ramco Ramco

3y
356
1
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)