Thanks Nate for the example.

I was thinking more a long the lines of something like:

If you have a family

Data : {
  row1 : {
    col1:val1,
  row2 : {
    col1:val2,
    ...
  }
}


Using
Sorts : {
  sort_row : {
    sortKey1_datarow1: [],
    sortKey2_datarow2: []
  }
}

Instead of
Sorts : {
  sort_row : {
    sortKey1: datarow1,
    sortKey2: datarow2
  }
}

If that makes any sense?

-- 
Regards Erik

Reply via email to