OpenJS Grid is the easiest jQuery Grid ever. With very little work you can have a data grid that can do everything from sorting and searching to complex database queries. Best of all, its open source. So you can learn how it's all done.
I want to populate an OpenJS grip based on the value selected by the used on a drop down list. The calling script is time_data.php which extracts and populate the data. How can I achieve this ?
html PART
Id
Name
Time In
Time Out
Status
Approval
</body>
time_data.php
<?php
// connect to db
mysql_connect("localhost","root"," ");
mysql_select_db("demo");
Hi,
I want to populate an OpenJS grip based on the value selected by the used on a drop down list. The calling script is time_data.php which extracts and populate the data. How can I achieve this ?
html PART
time_data.php <?php
// connect to db mysql_connect("localhost","root"," "); mysql_select_db("demo");