Sha256: 2ea521aadf5aed2bcf5867ca37558cf65d5db3180e20490d7ee5f24fc34a2b23

Contents?: true

Size: 1.88 KB

Versions: 1087

Compression:

Stored size: 1.88 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: "Column 4"}) %>
          <%= pb_rails("table/table_header", props: { text: "Column 5"}) %>
       <% 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: "Value 4"}) %>
          <%= pb_rails("table/table_cell", props: { text: "Value 5"}) %>
      <% end %>
      <%= pb_rails("table/table_row", props: { text_align: "center" }) 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: "Value 4"}) %>
          <%= pb_rails("table/table_cell", props: { text: "Value 5"}) %>
      <% end %>
      <%= pb_rails("table/table_row", props: { text_align: "right" }) 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: "Value 4"}) %>
          <%= pb_rails("table/table_cell", props: { text: "Value 5"}) %>
      <% end %>
  <% end %>
<% end %>

Version data entries

1,087 entries across 1,087 versions & 2 rubygems

Version Path
playbook_ui_docs-14.12.0.pre.alpha.testingwithfas5689 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui-14.12.0.pre.alpha.testingwithfas5689 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui_docs-14.12.0.pre.alpha.testingwithfas5686 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui-14.12.0.pre.alpha.testingwithfas5686 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui_docs-14.12.0.pre.alpha.play1828updateviteversion5680 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui-14.12.0.pre.alpha.play1828updateviteversion5680 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui_docs-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5673 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5673 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui_docs-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5655 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5655 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui_docs-14.12.0.pre.alpha.PBNTR720railscarddraggable5649 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui-14.12.0.pre.alpha.PBNTR720railscarddraggable5649 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui_docs-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5646 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5646 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui_docs-14.11.1.pre.alpha.PBNTR440enableglobalpropspbformwith5624 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui-14.11.1.pre.alpha.PBNTR440enableglobalpropspbformwith5624 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui-14.12.0 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui_docs-14.12.0.pre.rc.12 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui-14.12.0.pre.rc.12 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb
playbook_ui_docs-14.11.1.pre.alpha.PLAY17445539 app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb