write next to the table on the list page

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

write next to the table on the list page

Post by danilo.macri »

Hello friends,
I have a table in list page with only one column visible. I would like to write a text on the left side of the table.
to write above we use pageDataRendering(&$header) - to write below we use pageDataRendered(&$footer).
Is it possible to write on the right side of the table?


arbei
User
Posts: 9390

Post by arbei »

You may try add some CSS to your content, see Bootstrap Grid system or CSS grid.


Post Reply