Tooltips Semantic UI theme
Any tooltips. Table name.
HIDE CODE
<?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 | Test1 | |
---|---|---|---|---|---|---|
1 | 11 | simonepppp | 19.12.2004 00:00:00 | 100 | 33 | View Edit Remove |
2 | 114 | NP60385 | 31.05.2003 00:00:00 | 100 | View Edit Remove | |
3 | 114 | NR27552 | 10.03.2004 00:00:00 | 100 | View Edit Remove | |
4 | 119 | DB933704 | 14.11.2004 00:00:00 | 100 | View Edit Remove | |
5 | 124 | AE215433 | 05.03.2005 00:00:00 | 82261009 | View Edit Remove | |
6 | 124 | BG255406 | 28.08.2004 00:00:00 | 82261 | View Edit Remove | |
7 | 124 | CQ287967 | 11.04.2003 00:00:00 | 82261009 | View Edit Remove | |
8 | 124 | ET64396 | 16.04.2005 00:00:00 | 82261 | View Edit Remove | |
9 | 124 | HI366474 | 27.12.2004 00:00:00 | 47142.7 | View Edit Remove | |
10 | 124 | HR86578 | 02.11.2004 00:00:00 | 55639.66 | View Edit Remove |