Hi, I have a pretty simple Contrib:Table that nicely and automatically displays the "<< < 1 2 3 > >>" paginator/linker thingy.
*Without* "blowing up" my Contrib:Table into a TableView, is there any way to stylize the paginator section? I know you can set the "pageSize" binding on the Table component, but I don't see a way to set a binding for the styles for the TableView like you can for the rowsClass and columnsClass. When I view->source on my page, all I see is: <div> <span> <-- here's my problem! How do I set an id or class?? <a href="blah"><<</a> <a href="blah"><</a> <a href="blah">1</a> <a href="blah">2</a> <a href="blah">3</a> <a href="blah">..etc...</a> </span> <!-- then the table starts . . . --> <table> <tr> <th class="header"> etc . . . Thanks in advance, Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]