DEMO SITE v1.7.26

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 ChecknumberPaymentdateAmount
Actions
1103HQ33633629.10.2004 00:00:006074 View Edit Remove
2103JM55520505.06.2003 00:00:006074 View Edit Remove
3103OM31493318.12.2004 00:00:006074 View Edit Remove
411286-482324517.12.2004 00:00:006074 View Edit Remove
511255-022545406.06.2003 00:00:0032641.98 View Edit Remove
6112ND74857920.08.2004 00:00:0033347.88 View Edit Remove
7114GG3145516.05.2003 00:00:0045864.03 View Edit Remove
8114MA76551515.12.2004 00:00:0082261.22 View Edit Remove
9114NP60384031.05.2003 00:00:007565.08 View Edit Remove
10114NR2755210.03.2004 00:00:0044894.25 View Edit Remove
Search Execution time: 0.003 sMemory usage: 0.18 MB