restoreContext method
Apply the context for next page layout. Called before layout to prepare for next page
Implementation
@override
void restoreContext(SpanningTableContext context) {
_context.apply(context);
_context.firstRow = _context.lastRow;
}