Skip to content

Instantly share code, notes, and snippets.

@fayqLs
Created December 7, 2024 04:55
Show Gist options
  • Save fayqLs/9e3fc0c22f3e9a76781ab59559f49841 to your computer and use it in GitHub Desktop.
Save fayqLs/9e3fc0c22f3e9a76781ab59559f49841 to your computer and use it in GitHub Desktop.
SUBLINHAR LINHA DATAGRID
<?php
function($value, $object, $row)
{
if (object->feito == 1)
{
$row->style = 'text-decoration:line-through;';
}
return $value;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment