:: Forum >> Version 1 >>

Empy cell break / multipage grid

More information on this topic is available in the documentation section: /active.howto.fix/sort-empty-cells.html.

The solution here provided doesn't work with the multipage grid patch, which comes with version 1.0.

obj.setProperty('data/value', function(i,j){return toValue[j](myData[i][j]);});

doesn't work, which I tried it in stead of

obj.setDataProperty('value', function(i,j){return toValue[j](myData[i][j]);});

Only the data on the first page is sorted correctly.
Rekcor
Monday, October 9, 2006



This topic is archived.

Back to /active.howto.fix/sort-empty-cells.html

Documentation:

Forum search