#customers
%table#customerTable
- @customers.each_with_index do |customer, i|
...
Ruby Refactor for table "ge...
by danielz.myopenid.com,
October 02, 2011 03:51,
6 refactorings, tagged with ruby, table, haml, challenge
/** * Generates a multi-column table from an array * ...
PHP Generate table from array
This function generates a m...
document.observe('dom:loaded', function() {
var tObjs = document.getElementsByTagName('table');
for (var x = 0; x < tObjs.length; x++) {
...
JavaScript Highlight the table row on ...
A fairly common thing to do...
<table> <thead> <th colspan="2">Groups</th></thead> ...
Ruby Generating tables with a he...
I need to make tables to li...
<table class="charge">
<tr>
<td colspan="100%" class="mainHeader"><%=@label.label%></td>
...
Ruby Iterating through a nested ...
by mwilliams,
January 31, 2008 18:21,
3 refactorings, tagged with rails, ruby, Ruby on Rails, view, table, hash, nested hash, iterator, iterate
Good afternoon. I have a n...
Hey Guys,
I'm stuck with...