Welcome, Guest
Username: Password: Remember me

TOPIC: Grid design

Grid design 22 Aug 2012 02:10 #3248

  • madaura
  • madaura's Avatar
  • Offline
  • Junior Member
  • Posts: 35
  • Thank you received: 3
  • Karma: 0
Hi,

I have a main table with enough fields to get out from the max width page layout, and I need to show the whole fields in the same collection, but to do that I need at least two rows by each record..

Could someone please let me know the procedure to do that?

Thanks!
The administrator has disabled public write access.

Re: Grid design 22 Aug 2012 09:41 #3254

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
In you default_grid.php, change the Table structure to a Div oriented structure.

Not supported yet, but my idea is to propose that ( 'Blog' brick ), means your items are stacked inside div.

It is not a big deal to do it mannualy because you have everything already prepared.

You'll see JDom call. These are the HTML rendering. Just move them where you want. You only need to keep the 'foreach' iteration structure and doing what you whant inside.
You can also copy/move the headers that are able to sort the datas. (when setted for it)
Coding is now a piece of cake
The administrator has disabled public write access.
The following user(s) said Thank You: madaura
Time to create page: 0.105 seconds

Get Started