% title "'#{@table.name}'"%>
Table: <%= @table.name %>
- <%= render '/rails_db/shared/exp_col' %>
- <%= link_to raw("#{fa_icon('table')} Records"), table_data_path(@table) %>
- <%= link_to raw("#{fa_icon('tasks')} Schema"), table_path(@table) %>
- <%= select_top_from_table(@table.name) %>
- <%= link_to raw("#{fa_icon('file-excel-o')} Export"), table_csv_path(@table) %>
Total: <%= pluralize @table.data.total_entries, 'record' %>
Time: <%= @table.data.time %> seconds
<%= form_tag nil, method: :get do %>
<%= select_tag :per_page, options_for_select([10, 15, 20, 50, 100, 200, 500], @table.data.per_page), class: 'per_page_pagination_select' %>
<% end %>