Hi Slavka, I think you should continue this question at the user-group. I will start a thread there soon (probably tomorrow), regarding the sfGridPlugin.
this plugin will be capable of rendering grids/tables in any way you want, using both Propel and Doctrine. I have written an basic implementation for html, and use an extended version in html for www.mijnoverheid.nl and tomorrow I will probably release a new plugin that uses ExtJS to render the grid als HTML + JSON + JS (Extjs- classes). The plugin is written to support more JS-implementations, so please take a look at it. ( I know that more people will write extensions for it already, and the general idea is that it should be usable for anyone). Cheers Leon On 8 apr, 12:09, Slavka <[email protected]> wrote: > actually i thought a bit more about the right approach to something > like this... i decided to create a generator > that reads yaml configurations > maybe they will go in app.yml > that way you give the user as much controll as possible... if anything > they can always extend the generator and/or modify the template > > On Apr 8, 6:14 pm, Richard U <[email protected]> wrote: > > > ok, ive decided its propably better done as a widget... what do you guys > > think? > > > On Thu, Apr 8, 2010 at 4:47 PM, Richard U <[email protected]> wrote: > > > Yeah i agree with that... , only im still deciding between a class and > > > a helper function... > > > > On Thu, Apr 8, 2010 at 4:38 PM, Henrik Bjornskov <[email protected]> > > > wrote: > > >> A helper function to render the table is a good idea. But i have a > > >> strong opinion on where Javascript should be located and that is in > > >> *.js files and not in the template or output via helper methods. > > > >> On Apr 8, 8:21 am, Slavka <[email protected]> wrote: > > >>> Hey guys... > > > >>> I have used jquery's data tables (datatables.net) a few times and > > >>> wanted to create a plugin wrapper around it, the way i see it perhaps > > >>> a helper function to which you can pass a result and some > > >>> configuration parameters to render the table... > > > >>> and then for ajax support i was thinking another helper function to > > >>> which you can pass a criteria object and some configurations and it > > >>> would return the criteria object with the configurations applied... > > > >>> If anyone can suggest a better way of creating this plugin i would > > >>> most definitely love to hear about it. > > > >> -- > > >> If you want to report a vulnerability issue on symfony, please send it > > >> to security at symfony-project.com > > > >> You received this message because you are subscribed to the Google > > >> Groups "symfony developers" group. > > >> To post to this group, send email to [email protected] > > >> To unsubscribe from this group, send email to > > >> [email protected] > > >> For more options, visit this group at > > >>http://groups.google.com/group/symfony-devs?hl=en > > > >> To unsubscribe, reply using "remove me" as the subject. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
