Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Fixed issue with header #4

Merged
merged 3 commits into from
Oct 27, 2017
Merged

Fixed issue with header #4

merged 3 commits into from
Oct 27, 2017

Conversation

reed1995
Copy link
Contributor

Wasn't being treated as array if only 1 item returned

Wasn't being treated as array if only 1 item returned
$table.columns.add( $col1 )
$table.columns.add( $col2 )
$table.columns.add( $col3 )
$table.columns.add( $col4 )
$table.columns.add( $col5 )
$table.columns.add( $col6 )
$table.columns.add( $col7 )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anand added a few lines here yesterday. It looks like your branch isn't based off the latest master. Could you pull your local master branch to get the updates, and then merge master onto your current branch so that these lines don't get removed?

Reed Williams added 2 commits October 27, 2017 09:32
Maintan table from previous
Added missing table row
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants