plugin_wiki.widget('jqgrid',table='mytable')

assumes all records (mytable.id>0)

On Aug 26, 2:38 pm, Johann Spies <johann.sp...@gmail.com> wrote:
> On 26 August 2010 21:08, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > datatable and jqgrid are different.
>
> > datatable fetches all records at once (without ajax) that allows
> > arbitrary queries but does not work with large datasets.
>
> > jqgrid fetches records via ajax. that allows only simple queries
> > (because they have to be passed in a safe way via ajax) but works well
> > with large datasets.
>
> > if you do
>
> > plugin_wiki.widget('jqgrid',table='mytable',fieldname='myfield',fieldname='123')
>
> > this corrsponds to db(mytable.myfield=='123').select()
>
> And how would I do db(mytable.id > 0).select()?
>
> Regards
> Johann
>
> --
>     "Be not deceived; God is not mocked: for whatsoever a
>      man soweth, that shall he also reap."
>                                   Galatians 6:7

Reply via email to