search for: student_list

Displaying 2 results from an estimated 2 matches for "student_list".

2005 Dec 18
2
Create dynamic search with table rows
...work with a table data output. So it would update the partial template of table rows. I tried wrapping the table rows in a div tag but that wouldn''t update the table properly. Any help on this would be greatly appreciated. Here is my code: <%= form_remote_tag :update => "student_list", :url => { :action => "list" } %> <input type="text" name="q" size="35" value="<%= params[:q] %>" /> <%= submit_tag "Search" %> </form> <table cellspacing="1" cellpadding="2&quo...
2013 Aug 29
4
Add new calculated column to data frame
Hi, I have a following data set: id event time (in sec) 1 add 1373502892 2 add 1373502972 3 delete 1373502995 4 view 1373503896 5 add 1373503996 ... I'd like to add new column "time on task" which is time elapsed between two events (id2 - id1...). What would be the best approach to do that? Thanks, Srecko [[alternative HTML