function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
GAURAV CHOPRAGAURAV CHOPRA 

Checkbox column in Lightning:column.

I am writing a Lightning component. There I have one requirement to show a checkbox value in the lightning:datatable tag.
With aura:iteration I am able to get the checkbox but with lightning:datatable the column value is blank.
User-added image
Here you can see the Packed to checked.
User-added image
But in lightning datatable the values is blank.

Can anyone tell me how I can get the value over here?

Regards,
Gaurav