Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Allow more than 10 columns to be rendered #43

Open
adamconder opened this issue Apr 23, 2018 · 0 comments
Open

Allow more than 10 columns to be rendered #43

adamconder opened this issue Apr 23, 2018 · 0 comments

Comments

@adamconder
Copy link

if (this.props.columns.length < 10) {

I'd like to have more than 10 columns to be added.

Is this:

  • An limit enforced due to rendering
  • A limit on the number of API calls allowed to github?

The addForm.js file further down is able to render 20 columns in the renderBody() method?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant