brendand / mbtablegrid

An NSControl subclass which provides a spreadsheet-style table grid
9 stars 3 forks source link

Add summary row to bottom of table #9

Closed brendand closed 9 years ago

brendand commented 9 years ago
  1. The summary row should not scroll with the content.
  2. The summary row should stick to the bottom of the table.
  3. There should be the same number of columns in the summary row as there are in the main table grid.
  4. The summary row columns should resize at the same time as the main table grid when a column is resized.
  5. Moving a main table grid column should move the same summary row column to the same place. This can be done after the main table grid column has been moved by refreshing the summary row to match the main table grid.
  6. Need delegate method to populate the columns of the summary row.
  7. Summary row should be visually distinct from regular rows.