DEMO SITE v1.7.26

Advanced Filter - Demo2 NEW Bootstrap 4.5 theme

Simple Advanced filter - Hidden Panel

HIDE CODE
<?php
	$xcrud = Xcrud::get_instance();	
	$xcrud->table("payments");
	$xcrud->label("customerNumber","Customer Number");
	$xcrud->label("paymentDate","Payment Date");
	
	//1st Param: whether to show or hide advanced search button
	//2nd Param: Position to show advanced panel. Can be top, bottom, right or left
	//3rd Param: Makes the advanced panel either opened or closed on window load
	$xcrud->advanced_search_active(true,'left',false); 
	

	//1st Param: Sequence of field arrangement. Start with 1
	//2nd Param: Field Name
	//3rd Param: Operator can be "<",">","=","IN","LIKE"
	//4th Param: Search Column Title
	$xcrud->advanced_filter(1,"amount",">","Amount Greater Than");

	$xcrud->advanced_filter(2,"amount","<","Amount Less Than");
	$xcrud->advanced_filter(3,"paymentDate",">", "Payment date greater than ");
	$xcrud->advanced_filter(4,"checkNumber","LIKE", "Check Number Like ");

	echo $xcrud->render();	

?>


Warning: Undefined variable $bool in /home/mixcprassd/public_html/backendDemo/xcrud/xcrud.php on line 1165

Warning: Undefined variable $bool in /home/mixcprassd/public_html/backendDemo/xcrud/xcrud.php on line 1165

Payments

#CustomernumberChecknumberPaymentdateAmount
Actions
1103HQ33633629.10.2004 00:00:006074 View Edit Remove
2103JM55520505.06.2003 00:00:006074 View Edit Remove
3103OM31493318.12.2004 00:00:006074 View Edit Remove
411286-482324517.12.2004 00:00:006074 View Edit Remove
511255-022545406.06.2003 00:00:0032641.98 View Edit Remove
6112ND74857920.08.2004 00:00:0033347.88 View Edit Remove
7114GG3145516.05.2003 00:00:0045864.03 View Edit Remove
8114MA76551515.12.2004 00:00:0082261.22 View Edit Remove
9114NP60384031.05.2003 00:00:007565.08 View Edit Remove
10114NR2755210.03.2004 00:00:0044894.25 View Edit Remove
Search Execution time: 0.006 sMemory usage: 0.18 MB