Hi,
Newbie to UI Bakery here. I am building a directory style app which is powered by a MySql database. Before I start down the UIB rabbit hole, I have 2 requirements that I would like to know if they are possible.
- I am displaying the data in a table and would like to be able to link from the cells (not the row) in the table to another table and at the same time passing the data along for the subsequent search.
e.g.
Name | Vehicle | Driver Class
John Browne | Ford Focus | R5
The name, vehicle and class are all stored in tables and carry an ID as the primary key.
When the user clicks John Browne, the driver id should be passed to a search on the drivers table for that id. The resulting table would show John Browne’s information and driving history.
Likewise if Ford Focus or R5 is clicked.
In PHP, each cell would have the id as a hidden parameter and this would be passed in the URL call to the next page/query.
Is this possible in UIB?
- Is is possible to embed my app on to my website?
Thanks
Steve