Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-14746

jQuery Table Element preview doesn't show stripes when "Stripes:" checkbox is selected

XMLWordPrintable

      To really see stripes generated test should contain at least three rows in tbody:

      <table data-role="table" id="table-2" class="ui-responsive">
        <thead>
          <tr>
            <th>A</th>
            <th data-priority="1">B</th>
            <th data-priority="2">C</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>a1</td>
            <td>b1</td>
            <td>c1</td>
          </tr>
          <tr>
            <td>a2</td>
            <td>b2</td>
            <td>c2</td>
          </tr>
          <tr>
            <td>a3</td>
            <td>a3</td>
            <td>c3</td>
          </tr>
        </tbody>
      </table>
      

      so instead of looking like:

      it woold look like:

        1. stripes-new.png
          63 kB
          Denis Golovin
        2. stripes-old.png
          65 kB
          Denis Golovin

            nivologd@gmail.com Denis Golovin (Inactive)
            nivologd@gmail.com Denis Golovin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: