Skip to content

Commit

Permalink
Update app/views/datagrid/_table.html.erb
Browse files Browse the repository at this point in the history
Co-authored-by: Bohdan Zhuravel <[email protected]>
  • Loading branch information
bogdan and zhuravel authored Nov 15, 2024
1 parent 47a2d09 commit cbece13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/datagrid/_table.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Local variables:
* options - passed options Hash
%>
<% if grid.html_columns(*options[:columns]).any? %>
<%= content_tag :table, class: 'datagrid-table', **options.fetch(:html, {}) do %>
<%= tag.table, class: 'datagrid-table', **options.fetch(:html, {}) do %>
<thead>
<%= datagrid_header(grid, options) %>
</thead>
Expand Down

0 comments on commit cbece13

Please sign in to comment.