Tooltips

Any tooltips. Table name.


public function tooltips()
{
  $xcrud = get_xcrud();
  $xcrud->table('payments');
  $xcrud->table_name('This is table name!','And this is table tooltip... And tested chars: ö,ü,ß');
  $xcrud->field_tooltip('checkNumber', 'Wow, check number? Really?');
  $xcrud->column_tooltip('customerNumber', 'Yeah! Column tooltip!');
    
  $data['content'] = $xcrud->render();
  
  return view('demos', $data);
}

This is table name!

#Customernumber ChecknumberPaymentdateAmount 
1141IN44625825.03.2005 00:00:0065071.26
2141JE10547718.03.2005 00:00:00120166.58
3141JN35528026.10.2003 00:00:0049539.37
4141JN72201025.02.2003 00:00:0040206.2
5141KT5257809.12.2003 00:00:0063843.55
6141MC4694609.07.2004 00:00:0035420.74
7141NU62770617.05.2004 00:00:0026155.91
8144IR84630312.12.2004 00:00:0036005.71
9144LA68567809.04.2003 00:00:007674.94
10145CN32854503.07.2004 00:00:004710.73
Search