Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Olivier Auverlot: "At my work (a universitary computer research laboratory), I'm alone to create all applications and databases. I don't know how I could do all the work without it. It's really a very productive software. I can focus on the database schemas and create quickly the user applications with a minimal amount of code to maintain".
John Gondek: "Your software is amazing. I consider myself a novice at PHP and JS and with your software I have a web page that is truly fantastic. Thank you so much ".

More

Add your opinion

PostgreSQL PHP Generator online Help

Prev Return to chapter overview Next

Data Grid

The table below show parameters for customizing the list page (data grid).

 

State of the webpage

Page Part

Default template

Parameters

List page

table grid

list/grid_table.tpl
(for grid view mode)

 

list/grid_card.tpl
(for card view mode)

PagePart::Grid

PageMode::ViewAll

 

single row

list/single_row.tpl
(for grid view mode)

 

list/sinlge_row_card.tpl
(for card view mode)

PagePart::GridRow

PageMode::ViewAll

 

 

As you can see from the table above, it is possible to customize whole data grid or just a template for displaying a single row.

 

Examples

 

Examples for both table and card view modes can be found in the Feature Demo application. Each example contains links that allow you to view the complete code of overwritten templates as well as the code of the event handler. You can also download the demo project file for a deeper investigation.



Prev Return to chapter overview Next