cloudflarearchive / backgrid

Finally, an easily stylable semantic HTML data grid widget with a Javascript API that doesn't suck.
http://backgridjs.com
MIT License
2.01k stars 325 forks source link

header cell classes should be in body, body cell class should be in header #586

Open sprugman opened 9 years ago

sprugman commented 9 years ago

Backgrid seems to put css classNames derived from the model into the <th>s, and css classNames derived from the type into the <td>. Both are nice ideas, but why the difference? I want both in both places. I can't think of a drawback to doing that.