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

The constructor of p5.Table doesn't handle the optional parameter rows #7002

Closed
1 of 17 tasks
IronBlood opened this issue May 1, 2024 · 0 comments · Fixed by #7011
Closed
1 of 17 tasks

The constructor of p5.Table doesn't handle the optional parameter rows #7002

IronBlood opened this issue May 1, 2024 · 0 comments · Fixed by #7011

Comments

@IronBlood
Copy link
Contributor

Most appropriate sub-area of p5.js?

  • Accessibility
  • Color
  • Core/Environment/Rendering
  • Data
  • DOM
  • Events
  • Image
  • IO
  • Math
  • Typography
  • Utilities
  • WebGL
  • Build process
  • Unit testing
  • Internationalization
  • Friendly errors
  • Other (specify if possible)

p5.js version

No response

Web browser and version

No response

Operating system

No response

Steps to reproduce this

The code snippet is below, this feature/bug seems like introduced 10 years ago from 08f8569

p5.Table = class {
  constructor(rows) {
    this.columns = [];
    this.rows = [];
  }
}
@IronBlood IronBlood added the Bug label May 1, 2024
asukaminato0721 added a commit to asukaminato0721/p5.js that referenced this issue May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant