Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P PHP_XLSXWriter
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 101
    • Issues 101
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 24
    • Merge requests 24
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mk-j
  • PHP_XLSXWriter
  • Merge requests
  • !209

Take row settings from the first cell options array

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/DanWebb/row-height into master Jul 23, 2018
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: DanWebb

As far as I know there are two ways to pass style options for a row:

  1. A single array containing styling options for all cells in the row
  2. Multiple arrays each containing options for individual cells in the row

The Issue When multiple arrays are provided some row options that aren't specific to each cell such as the rows height is not set.

The Solution When multiple arrays are provided take settings that apply to the whole row like the rows height from the first array in the list.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/DanWebb/row-height