it('should expand all header rows', () => {
    const pivot = create();
    pivot.collapseAll();

    pivot.expandAll();