lawrence
lawrence

Reputation: 39

Query data from database then populate table

How can I implement this:
I want to create a webpage where I have a table and populate it with some of the fields in my database. The items in my table can be sorted (ascending/descending) by clicking the table header. The items can be selected by row then by clicking it, will direct me to editing the entry. just like the way the tables in phppos was implemented (https://demo.phppointofsale.com/). I'm using PHP and using prado framework.

Upvotes: 0

Views: 107

Answers (0)

Related Questions