Tooltips Minimal theme
Any tooltips. Table name.
<?php
$xcrud = Xcrud::get_instance();
$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!');
echo $xcrud->render();
?>
This is table name!
# | Customernumber | Checknumber | Paymentdate | Amount | |
1 | 103 | HQ336336 | 19.10.2004 00:00:00 | 6066.78 | |
2 | 103 | JM555205 | 05.06.2003 00:00:00 | 14571.44 | |
3 | 103 | OM314933 | 18.12.2004 00:00:00 | 1676.14 | |
4 | 112 | BO864823 | 17.12.2004 00:00:00 | 14191.12 | |
5 | 112 | HQ55022 | 06.06.2003 00:00:00 | 32641.98 | |
6 | 112 | ND748579 | 20.08.2004 00:00:00 | 33347.88 | |
7 | 114 | GG31455 | 20.05.2003 00:00:00 | 45864.03 | |
8 | 114 | MA765515 | 15.12.2004 00:00:00 | 82261.22 | |
9 | 114 | NP603840 | 31.05.2003 00:00:00 | 7565.08 | |
10 | 114 | NR27552 | 10.03.2004 00:00:00 | 44894.74 | |