search for: list_table

Displaying 3 results from an estimated 3 matches for "list_table".

2005 Dec 18
2
Create dynamic search with table rows
...gt; { :action => "list" } %> <input type="text" name="q" size="35" value="<%= params[:q] %>" /> <%= submit_tag "Search" %> </form> <table cellspacing="1" cellpadding="2" class="list_table"> <tr> <th>Name</th> <th>Grade</th> <th>School</th> <th>&nbsp;</th> </tr> <div id="student_list"> <%= render :partial => "student_list", :collection => @students %> </div> &...
2006 Jan 19
0
setting a query from another query
I have a table that lists other lookup tables. It has id description list_table I have a controller that takes care of editing this table itself - but what I''m trying to achieve is to allow the user to edit the tables referenced in that master list. so what I''d like to do is get the value of list_table outa there (which I have) and plug it into a query th...
2010 Feb 19
3
Plotting multiple table automatically
Hi All, I have a slight issue getting R to plot a series of tables automatically. Essentially I have a series of tables that I wish to plot. They are named on_2, on_3 etc. based on the file name when they were read in. I have filelist <- list.files() to give me list of the table names. I wish to plot each table, so I was thinking along some kind of for loop as below: for (i in 1:Number_Files)