• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Collapsing and expanding table rows .......

 
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, i need to impllement a Collapsing and expanding rows
which could have more than one row with 2 columns ,1.checkbox 2. text field.
As i have not done this before any help/reference or code will be appreciated.
Sample
+Top Level Element_1
AAAAA
BBBBB
+Top Level Element_2
CCCCC
DDDDD
Cheers.
 
Sheriff
Posts: 67756
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you assign unique id's to each row (such that you can reference each from Javascript), you can apply the style of 'display:none' and 'display:block' to hide and show the rows.
hth,
bear
 
reply
    Bookmark Topic Watch Topic
  • New Topic