Sha256: a129f093ac0c5528f8f4dfc8960656c1e695e66b137d1e038748b80e43b4b8fc

Contents?: true

Size: 1.93 KB

Versions: 256

Compression:

Stored size: 1.93 KB

Contents

<%= pb_rails("table", props: { size: "sm" }) do %>
  <thead>
    <tr>
      <th>Column 1</th>
      <th>Column 2</th>
      <th>Column 3</th>
      <th>Column 4</th>
      <th></th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Value 1</td>
      <td>Value 2</td>
      <td>Value 3</td>
      <td>Value 4</td>
      <td>
        <%= pb_rails("flex") do %>
            <%= pb_rails("body", props: {classname: "flex-item"}) do %>  
                <%= pb_rails("circle_icon_button", props: { variant: "link", icon: "pencil" }) %>
            <% end %>
            <%= pb_rails("body", props: {classname: "flex-item"}) do %>
                <%= pb_rails("circle_icon_button", props: { variant: "secondary", icon: "trash-alt" }) %>
            <% end %>
        <% end %>
      </td>
    </tr>
    <tr>
      <td>Value 1</td>
      <td>Value 2</td>
      <td>Value 3</td>
      <td>Value 4</td>
      <td>
        <%= pb_rails("flex") do %>
            <%= pb_rails("body", props: {classname: "flex-item"}) do %>  
                <%= pb_rails("circle_icon_button", props: { variant: "link", icon: "pencil" }) %>
            <% end %>
            <%= pb_rails("body", props: {classname: "flex-item"}) do %>
                <%= pb_rails("circle_icon_button", props: { variant: "secondary", icon: "trash-alt" }) %>
            <% end %>
        <% end %>
      </td>
    </tr>
    <tr>
      <td>Value 1</td>
      <td>Value 2</td>
      <td>Value 3</td>
      <td>Value 4</td>
      <td>
        <%= pb_rails("flex") do %>
            <%= pb_rails("body", props: {classname: "flex-item"}) do %>  
                <%= pb_rails("circle_icon_button", props: { variant: "link", icon: "pencil" }) %>
            <% end %>
            <%= pb_rails("body", props: {classname: "flex-item"}) do %>
                <%= pb_rails("circle_icon_button", props: { variant: "secondary", icon: "trash-alt" }) %>
            <% end %>
        <% end %>
      </td>    
    </tr>
  </tbody>
<% end %>

Version data entries

256 entries across 256 versions & 1 rubygems

Version Path
playbook_ui-11.7.0.pre.alpha.table1 app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.7.0 app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.6.0.pre.alpha.fontawesome app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.5.0.pre.alpha.fontawesome app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.7.0.pre.alpha.pre.guagechart1 app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.6.0 app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.5.0.pre.alpha.datepicker1 app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.6.0.pre.alpha.rubocopperf1 app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.6.1.pre.alpha.rubocop.pre.performance1 app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.5.0.pre.alpha.pre.rubocop app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.6.0.pre.alpha.momenttz1 app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.5.0 app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.4.0.pre.alpha.rubytheme2 app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.4.0.pre.alpha.rubytheme1 app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.4.0 app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.3.0.pre.alpha2 app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.3.0.pre.alpha1 app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.3.0 app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.2.7 app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
playbook_ui-11.2.6 app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb