Adding table to a custom page

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
cslane
User
Posts: 38

Adding table to a custom page

Post by cslane »

Is it possible to do this? I'm working with Jquery ui tabs, and would like to put a table on one of the tabs.


scs
User
Posts: 694

Post by scs »

Or you wanna try on creating a VIEW table to have fields in both tables?


danielc
User
Posts: 1601

Post by danielc »

See if it fit your need. Generate the target table with no header and footer and rename it. Then, include this page in your custom page, use <?php include_once "yourpage" ?>.


cslane
User
Posts: 38

Post by cslane »

A creative solution if it works. I'm going to try it.


Post Reply