Re: Displaying results in Template in a Table ? What is the proper way ?Any app?

2011-08-16 Thread Mike Seidle
On Wednesday, August 10, 2011 07:03:51 pm Brian Bouterse wrote:
> I know it's not Django specific, but when I need a table for my Django
> projects, I use jQuery Datatable .  It rocks!


I highly recommend Datatable... It's not to hard to do either.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Displaying results in Template in a Table ? What is the proper way ?Any app?

2011-08-11 Thread Andre Terra
I'm personally considering serializing my objects and using ExtJS for
powerful data grids. Their subtotal grouping mode looks just like what
I want.

Check out their example page and read through the .js file to see and
example of the serialized data.


Cheers,
AT

On 8/10/11, Adam Zedan  wrote:
> Hi i wanted to know what do most people here do when they need to show
> results in a template which just needs to be displayed in Table.
> For example displaying data from a db etc in a template. I did try an app
> called django_tables2 but it just seems really simple with respect to
> presentation.
> I tried loading the CSS version 'paleblue' of that app but it doesnt work ?
> if someone has already tried that please do let me know ?? What do people do
> in case they need to display data,allow rearrangement of data etc.Are there
> any other apps...looking forward to hearing from you folks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
Sent from my mobile device

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Displaying results in Template in a Table ? What is the proper way ?Any app?

2011-08-10 Thread David
I'm a fan of django_tables2. You have to write the CSS yourself if you
want anything special, but I'm ok with that. It does a good job of
handling server side pagination and sorting as well as custom column
renderers. It also ties in pretty well with Django models if you need
that kind of thing.

On Aug 10, 1:52 pm, Adam Zedan  wrote:
> Hi i wanted to know what do most people here do when they need to show
> results in a template which just needs to be displayed in Table.
> For example displaying data from a db etc in a template. I did try an app
> called django_tables2 but it just seems really simple with respect to
> presentation.
> I tried loading the CSS version 'paleblue' of that app but it doesnt work ?
> if someone has already tried that please do let me know ?? What do people do
> in case they need to display data,allow rearrangement of data etc.Are there
> any other apps...looking forward to hearing from you folks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Displaying results in Template in a Table ? What is the proper way ?Any app?

2011-08-10 Thread Brian Bouterse
I know it's not Django specific, but when I need a table for my Django
projects, I use jQuery Datatable .  It rocks!

Brian

On Wed, Aug 10, 2011 at 5:26 PM, Adam Zedan  wrote:

> Or in other words  a good datagrid to use with Djano...What do u
> people suggest or use??
>
> On Aug 11, 1:52 am, Adam Zedan  wrote:
> > Hi i wanted to know what do most people here do when they need to show
> > results in a template which just needs to be displayed in Table.
> > For example displaying data from a db etc in a template. I did try an app
> > called django_tables2 but it just seems really simple with respect to
> > presentation.
> > I tried loading the CSS version 'paleblue' of that app but it doesnt work
> ?
> > if someone has already tried that please do let me know ?? What do people
> do
> > in case they need to display data,allow rearrangement of data etc.Are
> there
> > any other apps...looking forward to hearing from you folks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
Brian Bouterse
ITng Services

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Displaying results in Template in a Table ? What is the proper way ?Any app?

2011-08-10 Thread Adam Zedan
Or in other words  a good datagrid to use with Djano...What do u
people suggest or use??

On Aug 11, 1:52 am, Adam Zedan  wrote:
> Hi i wanted to know what do most people here do when they need to show
> results in a template which just needs to be displayed in Table.
> For example displaying data from a db etc in a template. I did try an app
> called django_tables2 but it just seems really simple with respect to
> presentation.
> I tried loading the CSS version 'paleblue' of that app but it doesnt work ?
> if someone has already tried that please do let me know ?? What do people do
> in case they need to display data,allow rearrangement of data etc.Are there
> any other apps...looking forward to hearing from you folks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.