hi,
im working on this table implementation for a dashboard.
works good so far but im now adding a last row for sums of the columns.
now the problem is that these last row will be included into the sorting
functionality.
is there some way i can exclude the row from being sorted?
here is some code for adding this row:
*var sumThese = [4,5,6,7,8,9,10,11];var lastRow =
dataView.getNumberOfRows();table.addRow();*
*for(var i in sumCollection){*
* var column = sumCollection[i];*
* value =
google.visualization.data.sum(dataView.getDistinctValues(column));*
* modifiedData.setCell(lastRow, column, value, value,
{className: 'column-sum'} );*
* }*
now the problem is that these last row will be included into the sorting
functionality.
is there some way i can exclude the row from being sorted?
--
You received this message because you are subscribed to the Google Groups
"Google Chart API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-chart-api.
For more options, visit https://groups.google.com/d/optout.