Lukasz Szybalski schrieb: > sortable=dict(sortable=True) > > activexxxx_datagrid = PaginateDataGrid(fields=[ > ('ID#', 'NO_0',sortable), > #('Ref#', REF_NO'), > ('Issue Date', 'ISSUE_DATE'), > ]) > > Any ideas why this might be happening?
I think this works only with the svn head of the 1.0 branch. Older TG versions allow only 2-tuples or PaginateDataGrid.Column instances here. -- Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to turbogears@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---