By default the columns are sortable. You must put an exclamation '!' before the column name to make them not sortable.
http://jakarta.apache.org/tapestry/doc/ComponentReference/contrib.TableView.html On 6/1/05, supraja sowrirajan <[EMAIL PROTECTED]> wrote: > Hi, > > I have a question reg using contrib:Table component. when I use > contrib:Table component(with source and columns parameter), by default, I > get my column headers having a hyperlink. But I do not want hyperlink for the > column headers. How can I specify that I do not require hyperlinks to appear > for my table column headers and only the column header text should appear? > > I have used contrib:Table as follows: > > > <component id="table" type="contrib:Table"> > > <binding name="source" _expression="dataItems"/> > > <static-binding name="columns" > > value="catID:categoryID, > > catName:categoryName"/> > > Any input in this regard will be very helpful. > > Thanks much. > > Regards, > > Supraja. > > > > > > > --------------------------------- > Discover Yahoo! > Stay in touch with email, IM, photo sharing & more. Check it out! > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
