Welcome Guest, Not a member yet? Register   Sign In
how to custom format html table class
#1

[eluser]hardik[/eluser]
hi,

i am using html table and pagination class in my project.
now in one place i want to have listing differently then normal way.

here is example of what i am saying
http://i46.tinypic.com/2vi2kd3.jpg

i want to format my html table in that way can any one tell me how
can i setup my table that way ?

anyone can help me with this ?
#2

[eluser]whobutsb[/eluser]
I would ditch using the table class for something like this. The table class isn't as extensive as something like this, its really just for creating simple tables with arrays.

You can still use the pagination class to grab a couple of rows at a time display. But I would loop through the results and build a custom <div> for each of your listings and then output it to your view.
#3

[eluser]Rodrigo Elesbao[/eluser]
For something like this u can make ur own listing helper and call for example.($this->mylistinghelper->createlisting($data = array(), 10 <-- its ur limit per page)).
Good luck and share ur results. Wink




Theme © iAndrew 2016 - Forum software by © MyBB