first tr classname & hidden mobile controlled

This commit is contained in:
Burak Civan
2022-08-08 11:39:29 +03:00
parent cf5f65310e
commit f84dcb0c78
25 changed files with 51 additions and 34 deletions

View File

@ -45,6 +45,10 @@ class Tr extends Component
return 'relative flex items-center px-1 group border-b hover:bg-gray-100';
}
else if (array_key_exists('App\View\Components\Table\Thead', $values)) {
return 'flex items-center px-1';
}
return '';
}
}