Another good discussion on the subject[1]. Hth,
Gilberto [1] http://click.1134972.n2.nabble.com/useful-table-page-radio-button-td1136202.html#a1136205 On Fri, Jan 6, 2012 at 3:32 PM, Gilberto <[email protected]> wrote: > Have you seen the CheckListDemo[1]. It looks like the CheckList[2] > control is what you need or you could implement something similar to > table control. > > Regards, > > Gilberto > > [1] http://click.avoka.com/click-examples/control/check-list-demo.htm > [2] > http://click.apache.org/docs/extras-api/org/apache/click/extras/control/CheckList.html > > On Thu, Jan 5, 2012 at 11:46 AM, Dennis Lee <[email protected]> wrote: >> Hello, >> >> I’d like to have table like this. ^ is a checkbox. >> >> ^ ID First Name Last Name >> >> --------------------------------- >> >> ^ 1 John Doe >> >> ^ 2 Bob Smith >> >> 1. How can I add the checkbox in the head. >> >> 2. The checkbox in the body. How can add userId as value? >> >> 3. The checkbox and second column is also userId - same checkbox value. Is >> it possible to add same field value? >> >> 4. I’d like to use header checkbox to select or deselect all. I can use >> jquey to do this but is there better way? >> >> Thanks, >> >> Dennis >> >>
