Re: [pylons-discuss] Re: Good gridview component for pyramid

2015-09-30 Thread Jonathan Vanasco
FWIW, we do a lot of this rendering using json output and Dust.js. The reason why we chose that as the templating language is that it's supported in browser via javascript and there are various options available for server side rendering (for example, a python library Ashes is largely complian

Re: [pylons-discuss] Re: Good gridview component for pyramid

2015-09-30 Thread Vincent Catalano
Hey Dmitry, I agree with Robert, you're better off picking a few libraries and rolling your own. I've found that I always run into some limitations with libraries that provide everything out-of-the-box. That being said, one good library for server-side table rendering is webhelpers

Re: [pylons-discuss] Re: Good gridview component for pyramid

2015-09-30 Thread 'Robert Forkel' via pylons-discuss
>From my experience, this kind of middleware mediating between the data source and a JS library is 1. hard to maintain - library versions on both ends may change all the time, 2. often limited in capabilities, 3. not that much code anyway so that I guess many people do what I did and roll their own

[pylons-discuss] Re: Good gridview component for pyramid

2015-09-29 Thread Dmitry Komarov
At the pyramid freenode IRC I was advised to use js libraries for grid rendering on the client. But if you don't mind I would like to listen about server-side options too : ) -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe fro