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 
1131CL44270512.03.2003 00:00:0022292.62
2131MA72456202.12.2004 00:00:0050025.35
3141AU36410119.07.2003 00:00:0036251.03
4141DB58321601.11.2004 00:00:0036140.38
5141DL46061819.05.2005 00:00:0046895.48
6141HJ3268630.01.2004 00:00:0059830.55
7141ID1096231.12.2004 00:00:00116208.4
8141IN44625825.03.2005 00:00:0065071.26
9141JE10547718.03.2005 00:00:00120166.58
10141JN35528026.10.2003 00:00:0049539.37
Search