Sha256: 70ee974cc30f5058a38d5bd36d5f897e4b0c466a944ebd2e7947fc5c9b122d4e
Contents?: true
Size: 311 Bytes
Versions: 2
Compression:
Stored size: 311 Bytes
Contents
<%# Local variables: * grid - instance of Datagrid * assets - Array of database Entities * options - passed options Hash %> <%= content_tag :table, options[:html] do %> <thead> <%= datagrid_header(grid, options) %> </thead> <tbody> <%= datagrid_rows(grid, assets, options) %> </tbody> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datagrid-0.6.2 | app/views/datagrid/_table.html.erb |
datagrid-0.6.0 | app/views/datagrid/_table.html.erb |