Sha256: f9ebf0d342af3338cbf59a17c28aa8f5c6febadeaecdf0314c4242db4ff94c7c
Contents?: true
Size: 661 Bytes
Versions: 1010
Compression:
Stored size: 661 Bytes
Contents
<%= pb_rails("overlay") do %> <%= 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>Column 5</th> </tr> </thead> <tbody> <% 7.times do %> <tr> <td>Value 1</td> <td>Value 2</td> <td>Value 3</td> <td>Value 4</td> <td>Value 5</td> </tr> <% end %> </tbody> <% end %> <% end %>
Version data entries
1,010 entries across 1,010 versions & 2 rubygems