$objGrid->searchby("table_index,factory_name");
//$objGrid -> linkparam("sess=".$_REQUEST["sess"]."&username="******"username"]);
$objGrid->decimalDigits(2);
$objGrid->decimalPoint(",");
/* Select the table to use */
$objGrid->buttons(true, true, true, true);
$objGrid->salt("Some Code4Stronger(Protection)");
$objGrid->TituloGrid("অভিযাত্রী সুজ বিক্রি তথ্য");
$objGrid->FooterGrid("");
$objGrid->datarows(30);
$objGrid->paginationmode('links');
$objGrid->keyfield("table_index");
$objGrid->orderby("table_index", "DESC");
$objGrid->tabla("inventory_config_types");
$objGrid->noorderarrows();
/* Define fields to show */
$objGrid->FormatColumn("genre", "জুতার ধরনের নং", 30, 30, 0, "150", "left");
$objGrid->FormatColumn("type", "জুতার ধরন", 30, 30, 0, "150", "left");
$objGrid->setHeader();
?>
</head>

<body>
<?php 
$objGrid->ajax("silent");
$objGrid->grid();
$objGrid->desconectar();
?>
</body>
</html>
Esempio n. 2
0
			</div>
		</div>
		This is the header of page. here goes a menu or wherever you want</td>
	  </tr>
	  <tr>
		<td style="width:5%">&nbsp;</td>
		<td style="width:42.5%">&nbsp;</td>
		<td style="width:5%">&nbsp;</td>
		<td style="width:42.5%" align="right">Employees</td>
		<td style="width:5%">&nbsp;</td>
	  </tr>
	  <tr>
		<td style="width:5%">&nbsp;</td>
		<td colspan="3" align="center"><br />
<?php 
}
// if (!isset($_REQUEST["DG_ajaxid"])) end interception, until here, script wont be processed when DG_ajaxid is set
$objGrid->ajax('silent');
$objGrid->grid();
$objGrid->desconectar();
?>
		</td>
		<td style="width:5%">&nbsp;</td>
	  </tr>
	</table><br />
	<?php 
// echo myfooter(); // print or insert your own footer
?>
</div>
</body>
</html>