Sha256: 6937e01f2711671af5ea8e78f66a6f3d1a5e0f4952950bba075f3d261f271127

Contents?: true

Size: 1.1 KB

Versions: 8

Compression:

Stored size: 1.1 KB

Contents

<%= pb_rails("table", props: { size: "md", single_line: true, container: false }) do %>
  <thead>
    <tr>
      <th>Column 1</th>
      <th>Column 2</th>
      <th>Column 3</th>
      <th>Column 4</th>
      <th>Column 5</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Value 1<br/>Value 1<br/>Value 1</td>
      <td>Value 2</td>
      <td>Value 3<br/>Value 3</td>
      <td>Value 4</td>
      <td>Value 5</td>
    </tr>
    <tr>
      <td>Value 1<br/>Value 1<br/>Value 1</td>
      <td>Value 2</td>
      <td>Value 3<br/>Value 3</td>
      <td>Value 4</td>
      <td>Value 5</td>
    </tr>
    <tr>
      <td>Value 1<br/>Value 1<br/>Value 1</td>
      <td>Value 2</td>
      <td>Value 3<br/>Value 3</td>
      <td>Value 4</td>
      <td>Value 5</td>
    </tr>
    <tr>
      <td>Value 1<br/>Value 1<br/>Value 1</td>
      <td>Value 2</td>
      <td>Value 3<br/>Value 3</td>
      <td>Value 4</td>
      <td>Value 5</td>
    </tr>
    <tr>
      <td>Value 1<br/>Value 1<br/>Value 1</td>
      <td>Value 2</td>
      <td>Value 3<br/>Value 3</td>
      <td>Value 4</td>
      <td>Value 5</td>
    </tr>
  </tbody>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
playbook_ui-3.1.0 app/pb_kits/playbook/pb_table/docs/_table_single_line.html.erb
playbook_ui-3.0.1 app/pb_kits/playbook/pb_table/docs/_table_single_line.html.erb
playbook_ui-3.0.0 app/pb_kits/playbook/pb_table/docs/_table_single_line.html.erb
playbook_ui-2.9.9 app/pb_kits/playbook/pb_table/docs/_table_single_line.html.erb
playbook_ui-2.9.8 app/pb_kits/playbook/pb_table/docs/_table_single_line.html.erb
playbook_ui-2.9.7 app/pb_kits/playbook/pb_table/docs/_table_single_line.html.erb
playbook_ui-2.9.6 app/pb_kits/playbook/pb_table/docs/_table_single_line.html.erb
playbook_ui-2.9.5 app/pb_kits/playbook/pb_table/docs/_table_single_line.html.erb