Cells & Row Highlights

Highlight separate cells and full rows.

HIDE CODE
<?php
	$xcrud = Xcrud::get_instance();
    $xcrud->table('orderdetails');
    $xcrud->highlight('quantityOrdered', '<', 25, 'red');
    $xcrud->highlight('quantityOrdered', '>=', 25, 'yellow');
    $xcrud->highlight('quantityOrdered', '>', 40, '#8DED79');
    $xcrud->highlight_row('quantityOrdered', '>=', 50, '#8DED79');
    $xcrud->highlight('priceEach', '>', 100, '#9ADAFF');
	
	//$xcrud->modal('quantityOrdered');
	//$xcrud->modal('quantityOrdered', 'fa fa-user');
	
	$xcrud->modal(array('quantityOrdered'=>'glyphicon glyphicon-search'));
	//$xcrud->modal(array('quantityOrdered'=>'fa fa-user'));
    echo $xcrud->render();
?>

Warning: mysqli_connect(): (HY000/1049): Unknown database 'xcrud1_7_v6' in /var/www/html/xcrud/demo/xcrud-lte/xCrud_1.7.26/xcrud/xcrud_db.php on line 50
xCRUDConnection error. Can not connect to database