Fix live search again

This commit is contained in:
2020-07-28 14:23:54 +02:00
parent f6d762ba46
commit 63f2cc31d9
7 changed files with 46 additions and 13 deletions
@@ -143,6 +143,13 @@ class rolesController extends Controller
'</td>'.
'</tr>';
}
}else{
$output.='<tr>'.
'<td>Intet match</td>'.
'<td></td>'.
'<td></td>'.
'<td></td>'.
'</tr>';
}
return Response($output);
}