setDefaults([ 'label' => '', 'orderable' => false, 'searchable' => false, 'className' => 'select-checkbox no-colvis', 'visible' => true, ]); return $this; } public function normalize($value) { return $value; } public function render($value, $context) { //Return empty string, as it this column is filled by datatables on client side return ''; } }