Re: Pylons datagrid? And when will TG merge?

2007-08-24 Thread Cliff Wells

On Thu, 2007-08-23 at 21:12 -0700, walterbyrd wrote:
 Does Pylons have a datagrid component? Data laid out in a table, and
 click the column header to sort by that column. 
 I am looking for
 something with basic CRUD, and a sort filter. Also something that can
 handle related data.

I'd recommend looking at ExtJS.  I'm unaware of any other open source JS
library with a more advanced grid.  Integration with Pylons is pretty
straightforward.  I've used it for a few projects now and can't
recommend it highly enough.

http://extjs.com/deploy/ext/docs/

(See Examples and Demos - Grid in the tree on the left).

Regards,
Cliff


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: Pylons datagrid? And when will TG merge?

2007-08-24 Thread walterbyrd



On Aug 24, 4:23 am, Cliff Wells [EMAIL PROTECTED] wrote:

 I'd recommend looking at ExtJS.  I'm unaware of any other open source JS

But doesn't that only handle the front end stuff? What about the back-
end logic?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: Pylons datagrid? And when will TG merge?

2007-08-24 Thread Cliff Wells

On Fri, 2007-08-24 at 06:04 -0700, walterbyrd wrote:
 
 
 On Aug 24, 4:23 am, Cliff Wells [EMAIL PROTECTED] wrote:
 
  I'd recommend looking at ExtJS.  I'm unaware of any other open source JS
 
 But doesn't that only handle the front end stuff? What about the back-
 end logic?

The grid control calls your controller and it returns jsonified rows for
the grid to display.  It's pretty simple.   You don't need support
from Pylons to do it and I actually suspect that relying on built-in
support might prove limiting. 

Regards,
Cliff


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Pylons datagrid? And when will TG merge?

2007-08-23 Thread walterbyrd

Does Pylons have a datagrid component? Data laid out in a table, and
click the column header to sort by that column. I am looking for
something with basic CRUD, and a sort filter. Also something that can
handle related data.

Also, any idea when pylons merge with turbo-gears will be completed? I
understand there is a TG 2.0 out now, but I doubt it would be usable.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---