Ramco Ramco

Ramco Ramco

  • 442
  • 3.4k
  • 517.4k

Boolean Value Display

Jun 5 2021 8:42 AM
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)