Well, discovered the answer myself! To retrieve the label of a field ..
db['tablename']['fieldname'].label On Jan 13, 5:42 pm, Vikas Singhal <[email protected]> wrote: > Hi , > > How can produce a list of rows without the header information. I need > to use this to json encode and send it datatable which will then > display it. Currently I have written a loop which does the job but I > was wondering if we have something already? > > Regards, > Vikas

