<% @table_lists.each do |table_list| %> <% end %>
ID
<%= table_list.id %> <%= link_to 'Download Csv', report_list_table_list_path(@report_list, table_list, format: 'csv') %> <%= link_to 'Download Pdf', report_list_table_list_path(@report_list, table_list, format: 'pdf') %> <%= link_to 'Download row Pdf', row_report_list_table_list_path(@report_list, table_list, format: 'pdf') %> <%= link_to 'destroy', report_list_table_list_path(@report_list, table_list), method: :delete, data: { confirm: 'Are you sure?' } %>