Sha256: b8e79163ba4c4e7194dea06d2d56bfcb421bc77b42b2b6c5db9889bd6564de98

Contents?: true

Size: 1.96 KB

Versions: 746

Compression:

Stored size: 1.96 KB

Contents

<%= pb_rails("table") do %>  <%= pb_rails("table/table_head") do %>
      <%= pb_rails("table/table_row") do %>
          <%= pb_rails("table/table_header", props: { text: "Column 1"}) %>
          <%= pb_rails("table/table_header", props: { text: "Column 2"}) %>
          <%= pb_rails("table/table_header", props: { text: "Column 3"}) %>
          <%= pb_rails("table/table_header", props: { text: "Rating", text_align: "center" }) %>
          <%= pb_rails("table/table_header", props: { text: "Money", text_align: "right" }) %>
       <% end %>
  <% end %>
  <%= pb_rails("table/table_body") do %>
      <%= pb_rails("table/table_row") do %>
          <%= pb_rails("table/table_cell", props: { text: "Value 1"}) %>
          <%= pb_rails("table/table_cell", props: { text: "Value 2"}) %>
          <%= pb_rails("table/table_cell", props: { text: "Value 3"}) %>
          <%= pb_rails("table/table_cell", props: { text: "3", text_align: "center" }) %>
          <%= pb_rails("table/table_cell", props: { text: "$57.32", text_align: "right" }) %>
      <% end %>
      <%= pb_rails("table/table_row") do %>
        <%= pb_rails("table/table_cell", props: { text: "Value 1"}) %>
        <%= pb_rails("table/table_cell", props: { text: "Value 2"}) %>
        <%= pb_rails("table/table_cell", props: { text: "Value 3"}) %>
        <%= pb_rails("table/table_cell", props: { text: "2", text_align: "center" }) %>
        <%= pb_rails("table/table_cell", props: { text: "$5,657.08", text_align: "right" }) %>
    <% end %>
      <%= pb_rails("table/table_row") do %>
          <%= pb_rails("table/table_cell", props: { text: "Value 1"}) %>
          <%= pb_rails("table/table_cell", props: { text: "Value 2"}) %>
          <%= pb_rails("table/table_cell", props: { text: "Value 3"}) %>
          <%= pb_rails("table/table_cell", props: { text: "4", text_align: "center" }) %>
          <%= pb_rails("table/table_cell", props: { text: "$358.77", text_align: "right" }) %>
      <% end %>
  <% end %>
<% end %>

Version data entries

746 entries across 746 versions & 2 rubygems

Version Path
playbook_ui_docs-14.9.0.pre.rc.9 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui-14.9.0.pre.rc.9 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui_docs-14.8.0.pre.alpha.PLAY1680newwidthprop4661 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY1680newwidthprop4661 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui_docs-14.8.0.pre.alpha.PLAY1658tanstackbump4657 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY1658tanstackbump4657 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui_docs-14.8.0.pre.alpha.PLAY1649rolloutheightglobalprops4635 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY1649rolloutheightglobalprops4635 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui_docs-14.9.0.pre.rc.8 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui-14.9.0.pre.rc.8 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui_docs-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4617 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4617 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui_docs-14.9.0.pre.rc.7 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui-14.9.0.pre.rc.7 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui_docs-14.9.0.pre.rc.6 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui-14.9.0.pre.rc.6 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui_docs-14.9.0.pre.rc.5 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui-14.9.0.pre.rc.5 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui_docs-14.8.0.pre.alpha.pbntr661createstickyleftprop4612 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb
playbook_ui-14.8.0.pre.alpha.pbntr661createstickyleftprop4612 app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb