mirror of
https://github.com/Threnklyn/Klaus.git
synced 2026-05-18 20:23:28 +02:00
fügt table_grid zu documents_grid
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<%= grid(@documents_grid, upper_pagination_panel: true) do |g|
|
||||
g.column name: 'ID', attribute: 'id'
|
||||
g.column name: 'Name', attribute: 'name'
|
||||
end
|
||||
%>
|
||||
Reference in New Issue
Block a user