DEMO SITE v1.7.26

Cells & Row Highlights Bootstrap 4.5 theme

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();
?>

Orderdetails

#OrdernumberProductcodeQuantityorderedPriceeachOrderlinenumberTotal
Actions
110100S18_174913640 View Edit Remove
210100S18_224855.0920 View Edit Remove
310100S18_440975.4640 View Edit Remove
410100S24_396935.2910 View Edit Remove
510101S18_2325108.1240 View Edit Remove
610101S18_2795167.0910 View Edit Remove
710101S24_193732.5330 View Edit Remove
810101S24_202244.3520 View Edit Remove
910102S18_134295.5520 View Edit Remove
1010102S18_136743.1310 View Edit Remove
Search Execution time: 0.008 sMemory usage: 0.18 MB