style consistency
git-svn-id: http://google-refine.googlecode.com/svn/trunk@603 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
fc5dd69c33
commit
47e0535e66
@ -162,7 +162,7 @@ DataTableView.prototype._renderDataTable = function(table) {
|
|||||||
var td = tr.insertCell(tr.cells.length);
|
var td = tr.insertCell(tr.cells.length);
|
||||||
if (foundGroup) {
|
if (foundGroup) {
|
||||||
td.setAttribute("colspan", columnGroup.columnSpan);
|
td.setAttribute("colspan", columnGroup.columnSpan);
|
||||||
td.style.background = "blue";
|
td.style.background = "#FF6A00";
|
||||||
|
|
||||||
if (columnGroup.keyColumnIndex >= 0) {
|
if (columnGroup.keyColumnIndex >= 0) {
|
||||||
keys.push(columnGroup.keyColumnIndex);
|
keys.push(columnGroup.keyColumnIndex);
|
||||||
|
Loading…
Reference in New Issue
Block a user