_tables.html.erb 203 B

12345
  1. <%= select_tag :table_names, options_for_select([["Preview table", nil]] + (@tables || [])), style: "width: 240px;" %>
  2. <script>
  3. $("#table_names").selectize({}).parent().removeClass("hide");
  4. </script>