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
# | Ordernumber | Productcode | Quantityordered | Priceeach | Orderlinenumber | Total | |
---|---|---|---|---|---|---|---|
1 | 10100 | ' | 136 | 3 | 1360.00 | View Edit Remove | |
2 | 10100 | S18_2248 | 55.09 | 2 | 2754.50 | View Edit Remove | |
3 | 10100 | S24_3969 | 35.29 | 1 | 1729.20 | View Edit Remove | |
4 | 10101 | S18_2325 | 108.06 | 4 | View Edit Remove | ||
5 | 10101 | S18_2795 | 167.06 | 1 | View Edit Remove | ||
6 | 10101 | S24_1937 | 32.53 | 3 | View Edit Remove | ||
7 | 10101 | S24_2022 | 44.35 | 2 | View Edit Remove | ||
8 | 10102 | S18_1342 | 95.55 | 2 | View Edit Remove | ||
9 | 10102 | S18_1367 | 43.13 | 1 | View Edit Remove | ||
10 | 10103 | S10_1949 | 214.3 | 11 | View Edit Remove |