Sha256: 16a37b713d10fd5c8d7039951aa5751b6f4c2da68129d9286da88c5b274c9ff9
Contents?: true
Size: 674 Bytes
Versions: 127
Compression:
Stored size: 674 Bytes
Contents
<%= pb_rails("table", props: { size: "md", container: false, dark: true }) 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</td> <td>Value 2</td> <td>Value 3</td> <td>Value 4</td> <td>Value 5</td> </tr> <tr> <td>Value 1</td> <td>Value 2</td> <td>Value 3</td> <td>Value 4</td> <td>Value 5</td> </tr> <tr> <td>Value 1</td> <td>Value 2</td> <td>Value 3</td> <td>Value 4</td> <td>Value 5</td> </tr> </tbody> <% end %>
Version data entries
127 entries across 127 versions & 1 rubygems