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 
1141JE10547718.03.2005 00:00:00120166.58
2141JN35528026.10.2003 00:00:0049539.37
3141JN72201025.02.2003 00:00:0040206.2
4141KT5257809.12.2003 00:00:0063843.55
5141MC4694609.07.2004 00:00:0035420.74
6141NU62770617.05.2004 00:00:0026155.91
7144IR84630312.12.2004 00:00:0036005.71
8144LA68567809.04.2003 00:00:007674.94
9145CN32854503.07.2004 00:00:004710.73
10145ED3932226.04.2004 00:00:0028211.7
Search