mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 11:30:55 +01:00
Fix visualizzazione datatables da mobile
This commit is contained in:
parent
4b5b300c1d
commit
540f6417af
@ -129,6 +129,10 @@ if (!empty($type) && $type != 'menu' && $type != 'custom') {
|
||||
$field = str_replace('icon_', '', $field);
|
||||
}
|
||||
|
||||
if (isMobile()) {
|
||||
$attr_td .= " style='min-width:100px;'";
|
||||
}
|
||||
|
||||
echo '
|
||||
<th'.$attr_td.' id="th_'.searchFieldName($name).'"';
|
||||
if ($total['search'][$key] == 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user