Hi,
I have the following datagrid:
botanical_grid = PaginateDataGrid(fields = [
PaginateDataGrid.Column("name","name","Name",
options={"sortable":True}),
PaginateDataGrid.Column("old_latin_name","old_latin_name","Prev Latin
Name", options={"sortable":True}),
PaginateDataGrid.Column("new_latin_name","new_latin_name","New Latin
Name", options={"sortable":True}),
PaginateDataGrid.Column("anecdotal_list","anecdotal_list","Anecdotal",
options={"sortable":True}),
PaginateDataGrid.Column("imagelink","imagelink","Google Images"),
PaginateDataGrid.Column("wiki","wiki","Wikipedia
Page"),
])
which uses the default style,is their a why to customize the styling?
--
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears?hl=en.