Collapse Multipe Rows

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • koyanpaing
    New Member
    • Mar 2010
    • 26

    Collapse Multipe Rows

    hello everyone,
    I have a problem with collapse table multiple rows.
    I don't want to expend at first.
    When i click the link and at that time, rows must be expend.
    But in the attached file the firstly it is expend.
    Can you please edit these file for firstly not expend.
    Thanks and Regards
    Yan Paing
    Attached Files
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    valid values for a table row’s display are none & table-row

    Comment

    • koyanpaing
      New Member
      • Mar 2010
      • 26

      #3
      Hello Dormilich,
      Thank you for your answer but its still doesn't work.

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        that was just a note on your code. if you don’t want to display the table rows in the beginning, set their CSS display to none.

        Comment

        • koyanpaing
          New Member
          • Mar 2010
          • 26

          #5
          Thank you Dormilich.

          Comment

          Working...