Sha256: f595d53edfae355d0b60dc4caffebfd2ffbaf5048fcd5a4870056b644a6b388c
Contents?: true
Size: 898 Bytes
Versions: 989
Compression:
Stored size: 898 Bytes
Contents
<%= pb_rails("table") 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 1a <br/> Value 1a <br/> Value 1a </td> <td>Value 2a</td> <td>Value 3a</td> <td>Value 4a</td> <td>Value 5a</td> </tr> <tr shift="middle"> <td> Value 1b <br/> Value 1b <br/> Value 1b </td> <td>Value 2b</td> <td>Value 3b</td> <td>Value 4b</td> <td>Value 5b</td> </tr> <tr shift="down"> <td> Value 1c <br/> Value 1c <br/> Value 1c </td> <td>Value 2c</td> <td>Value 3c</td> <td>Value 4c</td> <td>Value 5c</td> </tr> </tbody> <% end %>
Version data entries
989 entries across 989 versions & 2 rubygems