• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

how to modify the behavior of t:selectManyCheckbox or h:datatable

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a list of checkboxes, I'd like to display them in 2 columns. By using t:selectManyCheckbox I successfully achieve it. Now I wish to have "grouping" function. For example, 5 checkboxes, cb1, cb2, cb3, cb4, cb5, and I wish cb4 and 5 become "subground" of cb3 so that these 2 boxes are indent under cb3:
  • cb1
  • cb2
  • cb3


  • [**]cb4
    [**]cb5

    Anyone has idea? No necessary use this tag, any tag is OK as long as it works
    Thanks
    [ August 08, 2006: Message edited by: Will Lee ]
     
    I love a good mentalist. And so does this tiny ad:
    We need your help - Coderanch server fundraiser
    https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
    reply
      Bookmark Topic Watch Topic
    • New Topic