Is there a way to
customize the look of the paging controls and to customize the column headers?
We've had our own paging and sorting code and our own (ugly) table templates,
and I'm trying to replace those with displaytag but make it look the same. For
column headers, we put little up or down arrow images to tell which column the
table is sorted by. I think I can do this with CSS by setting the list item
bullet to an image. For the pagination we use ">" and ">>" for next
page and next page set. How can I make display tag look like
this?
Thanks,
Jason

