DEMO SITE v1.7.31

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
1151BF68665827.12.2003 00:00:002.3456789034567896e97 View Edit Remove
2151GB85221526.07.2004 00:00:0020314.44 View Edit Remove
3151KI88457714.12.2004 00:00:0039964.63 View Edit Remove
4157HI61886119.11.2004 00:00:0035152.12 View Edit Remove
5161BR35238414.11.2004 00:00:005500 View Edit Remove
6161BR47849418.11.2003 00:00:0050743.65 View Edit Remove
7161KG64412502.02.2005 00:00:0012692.19 View Edit Remove
8161NI90821405.08.2003 00:00:0038675.13 View Edit Remove
9166BQ32761316.09.2004 00:00:0038785.48 View Edit Remove
10166DC97930707.07.2004 00:00:0044160.92 View Edit Remove
Search