DEMO SITE v1.7.24

Tooltips Bootstrap 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 ChecknumberPaymentdateAmountTest1 
1124ET6439616.04.2005 00:00:0083598.04 View Edit Remove
2124HI36647427.12.2004 00:00:0047142.7 View Edit Remove
3124HR8657802.11.2004 00:00:0055639.66 View Edit Remove
4124LF21729926.03.2004 00:00:0043369.3 View Edit Remove
5124NT14174825.11.2003 00:00:0045084.38 View Edit Remove
6128DI92511828.01.2003 00:00:0010549.01 View Edit Remove
7128FA46548218.10.2003 00:00:0024101.81 View Edit Remove
8128FH66823024.03.2004 00:00:0033820.62 View Edit Remove
9128IP38390118.11.2004 00:00:007466.32 View Edit Remove
10129DM82614008.12.2004 00:00:0026248.78 View Edit Remove
Search