Sha256: 41aed6f2d560fe83091b03b516bb558402dc2881b23df284cdd03ae79a4c26c8
Contents?: true
Size: 421 Bytes
Versions: 3
Compression:
Stored size: 421 Bytes
Contents
<div style="max-height:400px; width:100%; overflow: auto"> <table> <thead> <th><%= raw sub_content['columns'].uniq.join('</th><th>') %></th> </thead> <tbody> <% sub_content['rows'].each do |row| %> <tr> <% sub_content['columns'].uniq.each do |column| %> <td><%= row[column] if row[column] %></td> <% end %> </tr> <% end %> </tbody> </table> </div>
Version data entries
3 entries across 3 versions & 1 rubygems