Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support multi direction #465

Closed
wants to merge 8 commits into from
Closed

Conversation

sculove
Copy link
Contributor

@sculove sculove commented Mar 6, 2017

Issue

#462, #466

Details

  • support multi direction.
  • infiniteGrid can use prepend itmes at the first time.
  • correct croppedCount in layoutComplete event.

Preferred reviewers

@netil

@sculove sculove added this to the 1.5.0 milestone Mar 6, 2017
@sculove sculove mentioned this pull request Mar 6, 2017
isAppend: true,
removedCount: 0
}, _options);
isRelayout = typeof isRelayout === "undefined" ? true : isRelayout;
Copy link
Member

Choose a reason for hiding this comment

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

Comparison return boolean, so it doesn't need to explicitly declare boolean.

isRelayout = typeof isRelayout === "undefined" || isRelayout;

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good I will apply it

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I apply #468 pr.

}

// console.log("sync", "<---", this._prependCols);
// console.log("sync", "--->", this._appendCols);

Copy link
Member

Choose a reason for hiding this comment

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

remove unnecessary comments

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I apply #468 pr.

@sculove sculove closed this Mar 6, 2017
@sculove sculove self-assigned this Mar 10, 2017
@sculove sculove deleted the direction#462 branch March 15, 2017 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants